NFC: Move the classes related to Pass options into a new header file PassOptions.h
authorRiver Riddle <riverriddle@google.com>
Sat, 21 Dec 2019 06:45:19 +0000 (22:45 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sat, 21 Dec 2019 06:45:52 +0000 (22:45 -0800)
commitee71ca1d5c01f2cfee6b27d6c162039917caef0f
tree602690ba5a1a0b51555b069fdc99e6a99fb1a997
parent1d47564a53b0110d0aff51360c9fad0b6c767908
NFC: Move the classes related to Pass options into a new header file PassOptions.h

This will make refactoring and adding additional features to the pass options infrastructure simpler in followup commits.

PiperOrigin-RevId: 286687564
mlir/include/mlir/Pass/PassOptions.h [new file with mode: 0644]
mlir/include/mlir/Pass/PassRegistry.h