mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-25 17:31:02 +00:00
[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:
parent
d614874900
commit
3e9805eb03
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user