Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

[LLVM] Implement missing LLVM IR instructions #276

@ftynse

Description

@ftynse

The following LLVM IR instructions are currently not modeled by the LLVM dialect. Each of this is a great starter bug to implement a new Op in MLIR.

  • switch (work in progress)
  • indirectbr
  • invoke
  • callbr
  • resume
  • catchswitch
  • catchret
  • cleanupret
  • fence
  • cmpxchg
  • atomicrmw
  • freeze
  • va_arg
  • landingpad
  • catchpad
  • cleanuppad

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions