[all-commits] [llvm/llvm-project] fa26c7: [mlir] Refactor LICM into a utility
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri Apr 15 17:37:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa26c7ff4b5d94763106712bf0009f2abde343c0
https://github.com/llvm/llvm-project/commit/fa26c7ff4b5d94763106712bf0009f2abde343c0
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-04-16 (Sat, 16 Apr 2022)
Changed paths:
M mlir/include/mlir/IR/Region.h
M mlir/include/mlir/Interfaces/LoopLikeInterface.h
M mlir/include/mlir/Transforms/ControlFlowSinkUtils.h
A mlir/include/mlir/Transforms/LoopInvariantCodeMotionUtils.h
A mlir/include/mlir/Transforms/SideEffectUtils.h
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/lib/Dialect/Linalg/Transforms/LinalgStrategyPasses.cpp
M mlir/lib/Interfaces/CMakeLists.txt
M mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/lib/Transforms/ControlFlowSink.cpp
M mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
M mlir/lib/Transforms/Utils/CMakeLists.txt
M mlir/lib/Transforms/Utils/ControlFlowSinkUtils.cpp
A mlir/lib/Transforms/Utils/LoopInvariantCodeMotionUtils.cpp
A mlir/lib/Transforms/Utils/SideEffectUtils.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir] Refactor LICM into a utility
LICM is refactored into a utility that is application on any region. The implementation is moved to Transform/Utils.
More information about the All-commits
mailing list