llvm-project/mlir/test/lib
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
..
DeclarativeTransforms Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
IR Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
TestDialect NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. 2019-12-23 16:36:53 -08:00
Transforms Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
CMakeLists.txt Split Linalg declarative patterns from specific test patterns - NFC 2019-11-21 06:40:17 -08:00