llvm-project/mlir/lib/ExecutionEngine
River Riddle ed5fe2098b Remove PassResult and have the runOnFunction/runOnModule functions return void instead. To signal a pass failure, passes should now invoke the 'signalPassFailure' method. This provides the equivalent functionality when needed, but isn't an intrusive part of the API like PassResult.
PiperOrigin-RevId: 236202029
2019-03-29 16:50:44 -07:00
..
ExecutionEngine.cpp Remove PassResult and have the runOnFunction/runOnModule functions return void instead. To signal a pass failure, passes should now invoke the 'signalPassFailure' method. This provides the equivalent functionality when needed, but isn't an intrusive part of the API like PassResult. 2019-03-29 16:50:44 -07:00
MemRefUtils.cpp Simple CPU runner 2019-03-29 15:36:08 -07:00
OptUtils.cpp ExecutionEngine OptUtils: support -On flags in string-based initialization 2019-03-29 16:49:44 -07:00