[all-commits] [llvm/llvm-project] 8abbc9: [mlir][vector][transform] Drop redundant "apply_" ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jun 8 00:07:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8abbc96885c836de6912a5f4327519c09f4e528a
https://github.com/llvm/llvm-project/commit/8abbc96885c836de6912a5f4327519c09f4e528a
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/TransformOps/VectorTransformOps.td
M mlir/test/Dialect/LLVM/transform-e2e.mlir
M mlir/test/Dialect/Vector/transform-vector.mlir
M mlir/test/Dialect/Vector/vector-transfer-drop-unit-dims-patterns.mlir
M mlir/test/Dialect/Vector/vector-transfer-to-vector-load-store.mlir
Log Message:
-----------
[mlir][vector][transform] Drop redundant "apply_" from op names
This is for consistency with the other ops.
Differential Revision: https://reviews.llvm.org/D152355
More information about the All-commits
mailing list