[all-commits] [llvm/llvm-project] bada35: [mlir][NFC] Remove unnecessary attr name getters f...
Oleg Shyshkov via All-commits
all-commits at lists.llvm.org
Mon Nov 7 05:41:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bada35390ad77ea023df7fa027d6de717b79bce2
https://github.com/llvm/llvm-project/commit/bada35390ad77ea023df7fa027d6de717b79bce2
Author: Oleg Shyshkov <shyshkov at google.com>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Linalg/Transforms/Interchange.cpp
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h.
Those methods were added long time ago. Now we get the same methods generated by tablegen, so there is no need for duplicates.
Differential Revision: https://reviews.llvm.org/D137544
More information about the All-commits
mailing list