arc
arc copied to clipboard
LLVM Submodule update
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.