Open frej opened 1 year ago
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.
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.