Adopt Properties to store operations inherent Attributes in the X86Vector dialect
authorMehdi Amini <joker.eph@gmail.com>
Sat, 22 Apr 2023 01:08:16 +0000 (19:08 -0600)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 15 May 2023 22:36:16 +0000 (15:36 -0700)
This is part of an on-going migration to adopt Properties inside MLIR.

Differential Revision: https://reviews.llvm.org/D148976

mlir/include/mlir/Dialect/X86Vector/X86Vector.td

index fa3f0ee..25cec8a 100644 (file)
@@ -24,6 +24,7 @@ include "mlir/Dialect/LLVMIR/LLVMOpBase.td"
 def X86Vector_Dialect : Dialect {
   let name = "x86vector";
   let cppNamespace = "::mlir::x86vector";
+  let usePropertiesForAttributes = 1;
 }
 
 //===----------------------------------------------------------------------===//