diff options
| author | River Riddle <riverriddle@google.com> | 2019-02-19 17:17:46 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 16:32:56 -0700 |
| commit | 48ccae247639bd49bbf8de3330a96f2253e9c417 (patch) | |
| tree | fe248d84799c1d3c04d3ec690dc525c5761c5570 /mlir/lib/Transforms/MemRefDataFlowOpt.cpp | |
| parent | 5021dc4fa060a7aea1b41148b85162599f1c9713 (diff) | |
| download | bcm5719-llvm-48ccae247639bd49bbf8de3330a96f2253e9c417.tar.gz bcm5719-llvm-48ccae247639bd49bbf8de3330a96f2253e9c417.zip | |
NFC: Refactor the files related to passes.
* PassRegistry is split into its own source file.
* Pass related files are moved to a new library 'Pass'.
PiperOrigin-RevId: 234705771
Diffstat (limited to 'mlir/lib/Transforms/MemRefDataFlowOpt.cpp')
| -rw-r--r-- | mlir/lib/Transforms/MemRefDataFlowOpt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/MemRefDataFlowOpt.cpp b/mlir/lib/Transforms/MemRefDataFlowOpt.cpp index d9f940a01f3..68bce854222 100644 --- a/mlir/lib/Transforms/MemRefDataFlowOpt.cpp +++ b/mlir/lib/Transforms/MemRefDataFlowOpt.cpp @@ -25,7 +25,7 @@ #include "mlir/Analysis/AffineAnalysis.h" #include "mlir/Analysis/Dominance.h" #include "mlir/Analysis/Utils.h" -#include "mlir/Pass.h" +#include "mlir/Pass/Pass.h" #include "mlir/StandardOps/StandardOps.h" #include "mlir/Transforms/Passes.h" #include "llvm/ADT/SmallPtrSet.h" |

