[all-commits] [llvm/llvm-project] 75044e: [mlir] Flipping vector dialect to both prefixed form.
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Feb 15 09:49:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75044e9b4f20d025295dbd56284435937cfb4de5
https://github.com/llvm/llvm-project/commit/75044e9b4f20d025295dbd56284435937cfb4de5
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/Interfaces/VectorInterfaces.td
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransferSplitRewritePatterns.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
Log Message:
-----------
[mlir] Flipping vector dialect to both prefixed form.
Following
https://discourse.llvm.org/t/psa-ods-generated-accessors-will-change-to-have-a-get-prefix-update-you-apis/4476
Mostly mechanical, avoiding function name conflicts.
Differential Revision: https://reviews.llvm.org/D119607
More information about the All-commits
mailing list