diff options
author | River Riddle <riverriddle@google.com> | 2019-08-19 11:00:47 -0700 |
---|---|---|
committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-08-19 11:01:25 -0700 |
commit | ba0fa92524ce0aea2385858016bdb08bd941a10d (patch) | |
tree | e8b3d35a8647d2b751265391d1b85da1df1fd6bb /mlir/lib/Transforms/Utils/LoopFusionUtils.cpp | |
parent | 64abcd983ddcde4b9f27377fd718d04e88e35ab9 (diff) | |
download | bcm5719-llvm-ba0fa92524ce0aea2385858016bdb08bd941a10d.tar.gz bcm5719-llvm-ba0fa92524ce0aea2385858016bdb08bd941a10d.zip |
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
PiperOrigin-RevId: 264193915
Diffstat (limited to 'mlir/lib/Transforms/Utils/LoopFusionUtils.cpp')
-rw-r--r-- | mlir/lib/Transforms/Utils/LoopFusionUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/Utils/LoopFusionUtils.cpp b/mlir/lib/Transforms/Utils/LoopFusionUtils.cpp index 4c079bd88aa..63150c14742 100644 --- a/mlir/lib/Transforms/Utils/LoopFusionUtils.cpp +++ b/mlir/lib/Transforms/Utils/LoopFusionUtils.cpp @@ -26,13 +26,13 @@ #include "mlir/Analysis/AffineStructures.h" #include "mlir/Analysis/LoopAnalysis.h" #include "mlir/Analysis/Utils.h" +#include "mlir/Dialect/StandardOps/Ops.h" #include "mlir/IR/AffineExpr.h" #include "mlir/IR/AffineMap.h" #include "mlir/IR/BlockAndValueMapping.h" #include "mlir/IR/Builders.h" #include "mlir/IR/Function.h" #include "mlir/IR/Operation.h" -#include "mlir/StandardOps/Ops.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Support/Debug.h" |