Skip to content

Commit 3e9805e

Browse files
committed
[mlir] Update Vector dialect to prefixed accessors.
Been >2 weeks since flipped to Both, following update procedure and flipping to prefixed.
1 parent d614874 commit 3e9805e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def Vector_Dialect : Dialect {
2323
let cppNamespace = "::mlir::vector";
2424
let hasConstantMaterializer = 1;
2525
let dependentDialects = ["arith::ArithmeticDialect"];
26-
let emitAccessorPrefix = kEmitAccessorPrefix_Both;
26+
let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
2727
}
2828

2929
// Base class for Vector dialect ops.

0 commit comments

Comments
 (0)