[Mlir-commits] [mlir] 3e9805e - [mlir] Update Vector dialect to prefixed accessors.
Jacques Pienaar
llvmlistbot at llvm.org
Mon Mar 28 15:44:53 PDT 2022
Author: Jacques Pienaar
Date: 2022-03-28T15:44:40-07:00
New Revision: 3e9805eb03df76ee30582b35a3d3ad9277d4394e
URL: https://github.com/llvm/llvm-project/commit/3e9805eb03df76ee30582b35a3d3ad9277d4394e
DIFF: https://github.com/llvm/llvm-project/commit/3e9805eb03df76ee30582b35a3d3ad9277d4394e.diff
LOG: [mlir] Update Vector dialect to prefixed accessors.
Been >2 weeks since flipped to Both, following update procedure and
flipping to prefixed.
Added:
Modified:
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
index 005db9abafd03..638e69ed7eef8 100644
--- a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
+++ b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -23,7 +23,7 @@ def Vector_Dialect : Dialect {
let cppNamespace = "::mlir::vector";
let hasConstantMaterializer = 1;
let dependentDialects = ["arith::ArithmeticDialect"];
- let emitAccessorPrefix = kEmitAccessorPrefix_Both;
+ let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
}
// Base class for Vector dialect ops.
More information about the Mlir-commits
mailing list