diff options
author | Kazu Hirata <kazu@google.com> | 2025-06-29 12:13:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-29 12:13:12 -0700 |
commit | b5cd49eff02b7d8de018c8012f0073b7202df1e3 (patch) | |
tree | 641d8d71d81e601c261cec79ff410346421f4dbb /mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | |
parent | f5c62ee0fa0466382cb11f6fad80d323b0fca057 (diff) | |
download | llvm-b5cd49eff02b7d8de018c8012f0073b7202df1e3.zip llvm-b5cd49eff02b7d8de018c8012f0073b7202df1e3.tar.gz llvm-b5cd49eff02b7d8de018c8012f0073b7202df1e3.tar.bz2 |
[mlir] Remove unused includes (NFC) (#146278)
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.
Diffstat (limited to 'mlir/lib/Transforms/LoopInvariantCodeMotion.cpp')
-rw-r--r-- | mlir/lib/Transforms/LoopInvariantCodeMotion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp index 02c3ea1..da29fab 100644 --- a/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp +++ b/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp @@ -14,7 +14,6 @@ #include "mlir/IR/PatternMatch.h" #include "mlir/Interfaces/LoopLikeInterface.h" -#include "mlir/Interfaces/SideEffectInterfaces.h" #include "mlir/Transforms/LoopInvariantCodeMotionUtils.h" namespace mlir { |