llvm-project/mlir/test/lib/Pass
River Riddle 21610e6651 Refactor the way that pass options are specified.
This change refactors pass options to be more similar to how statistics are modeled. More specifically, the options are specified directly on the pass instead of in a separate options class. (Note that the behavior and specification for pass pipelines remains the same.) This brings about several benefits:
* The specification of options is much simpler
* The round-trip format of a pass can be generated automatically
* This gives a somewhat deeper integration with "configuring" a pass, which we could potentially expose to users in the future.

PiperOrigin-RevId: 286953824
2019-12-23 16:48:22 -08:00
..
CMakeLists.txt Refactor PassTiming to support nested pipelines. 2019-09-08 19:58:13 -07:00
TestPassManager.cpp Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00