forked from OSchip/llvm-project
[mlir][tosa] Flip to prefixed form.
Flipped to _Both 2 weeks ago, flipping to _Prefixed now.
This commit is contained in:
parent
fa66789d06
commit
4401bde317
|
@ -46,8 +46,7 @@ def Tosa_Dialect : Dialect {
|
|||
let hasConstantMaterializer = 1;
|
||||
let useDefaultAttributePrinterParser = 1;
|
||||
|
||||
// TODO: Flip to _Prefixed
|
||||
let emitAccessorPrefix = kEmitAccessorPrefix_Both;
|
||||
let emitAccessorPrefix = kEmitAccessorPrefix_Prefixed;
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue