[all-commits] [llvm/llvm-project] fa1a23: [mlir][transform] Add `transform.apply_licm` op
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jul 3 06:34:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa1a23a720eefcaad0ff5e43ca2ffd123675a834
https://github.com/llvm/llvm-project/commit/fa1a23a720eefcaad0ff5e43ca2ffd123675a834
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-03 (Mon, 03 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/CMakeLists.txt
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Transform/test-interpreter.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][transform] Add `transform.apply_licm` op
This op applies loop-invariant code motion to the targeted loop-like op.
Differential Revision: https://reviews.llvm.org/D154327
More information about the All-commits
mailing list