[mlir] Update Vector dialect to prefixed accessors.

Been >2 weeks since flipped to Both, following update procedure and
flipping to prefixed.
This commit is contained in:
Jacques Pienaar 2022-03-28 15:44:40 -07:00
parent d614874900
commit 3e9805eb03

View File

@ -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.