llvm-project/mlir/lib/Pass
River Riddle f427bddd06 Update the PassManager infrastructure to return Status instead of bool.
PiperOrigin-RevId: 237261205
2019-03-29 17:05:51 -07:00
..
Pass.cpp Update the PassManager infrastructure to return Status instead of bool. 2019-03-29 17:05:51 -07:00
PassRegistry.cpp Add support for registering pass pipelines to the PassRegistry. This is done by providing a static registration facility PassPipelineRegistration that works similarly to PassRegistration except for it also takes a function that will add necessary passes to a provided PassManager. 2019-03-29 16:48:29 -07:00