[all-commits] [llvm/llvm-project] 3131f8: [mlir] Refactor LICM into a utility
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri Apr 15 15:07:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3131f808243abe3746280e016ab9459c14d9e53b
https://github.com/llvm/llvm-project/commit/3131f808243abe3746280e016ab9459c14d9e53b
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-04-15 (Fri, 15 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