diff options
author | River Riddle <riddleriver@gmail.com> | 2020-11-19 10:43:12 -0800 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2020-11-19 11:12:49 -0800 |
commit | 65fcddff24d68e2b75a5fa820b6664b6ea78b1de (patch) | |
tree | 281090caab57caed70d0504ce245dac6606c9ff7 /mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | |
parent | d7747dacba8e4a7784ea8ef20abbff87d5681b81 (diff) | |
download | llvm-65fcddff24d68e2b75a5fa820b6664b6ea78b1de.zip llvm-65fcddff24d68e2b75a5fa820b6664b6ea78b1de.tar.gz llvm-65fcddff24d68e2b75a5fa820b6664b6ea78b1de.tar.bz2 |
[mlir][BuiltinDialect] Resolve comments from D91571
* Move ops to a BuiltinOps.h
* Add file comments
Diffstat (limited to 'mlir/lib/Transforms/LoopInvariantCodeMotion.cpp')
-rw-r--r-- | mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp index 1c5f9f3..2bef6c5 100644 --- a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp +++ b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp @@ -14,7 +14,7 @@ #include "mlir/Transforms/Passes.h" #include "mlir/IR/Builders.h" -#include "mlir/IR/BuiltinDialect.h" +#include "mlir/IR/BuiltinOps.h" #include "mlir/Interfaces/LoopLikeInterface.h" #include "mlir/Interfaces/SideEffectInterfaces.h" #include "mlir/Transforms/LoopUtils.h" |