llvm/mlir/tools/mlir-opt
2019-03-29 16:50:44 -07:00
..
mlir-opt.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