[all-commits] [llvm/llvm-project] b5cd49: [mlir] Remove unused includes (NFC) (#146278)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Jun 29 12:13:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5cd49eff02b7d8de018c8012f0073b7202df1e3
https://github.com/llvm/llvm-project/commit/b5cd49eff02b7d8de018c8012f0073b7202df1e3
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
M mlir/lib/Transforms/RemoveDeadValues.cpp
M mlir/lib/Transforms/StripDebugInfo.cpp
M mlir/lib/Transforms/Utils/CFGToSCF.cpp
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/lib/Transforms/Utils/GreedyPatternRewriteDriver.cpp
M mlir/lib/Transforms/Utils/Inliner.cpp
M mlir/lib/Transforms/Utils/InliningUtils.cpp
M mlir/lib/Transforms/Utils/RegionUtils.cpp
M mlir/lib/Transforms/ViewOpGraph.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list