Adopt Properties to store operations inherent Attributes in the ARMSVE dialect
authorMehdi Amini <joker.eph@gmail.com>
Fri, 21 Apr 2023 06:21:19 +0000 (00:21 -0600)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 8 May 2023 15:32:19 +0000 (08:32 -0700)
This is part of an on-going migration to adopt Properties inside MLIR.

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

mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td

index 5c86df1..4b983b8 100644 (file)
@@ -28,6 +28,7 @@ def ArmSVE_Dialect : Dialect {
     This dialect contains the definitions necessary to target specific Arm SVE
     scalable vector operations.
   }];
+  let usePropertiesForAttributes = 1;
 
 }