arc icon indicating copy to clipboard operation
arc copied to clipboard

LLVM Submodule update

Open frej opened this issue 2 years ago • 0 comments

Changes needed:

  • FunctionInterfaces.h has moved to the mlir/Interfaces/ directory.

  • FunctionOpInterface is now a subclass to CallableOpInterface, so getCallableRegion() has to be implemented for RustFuncOp and RustExtFuncOp.

  • The binop folder now supports poison, so we explicitly have to disable the poison support for our integer operations.

frej avatar Oct 04 '23 12:10 frej