[Mlir-commits] [mlir] 8b4a34a - Adopt Properties to store operations inherent Attributes in the ARMSVE dialect
Mehdi Amini
llvmlistbot at llvm.org
Mon May 8 08:34:38 PDT 2023
Author: Mehdi Amini
Date: 2023-05-08T08:32:19-07:00
New Revision: 8b4a34a66f4678ebd82aed23e3a0c8512aa954b1
URL: https://github.com/llvm/llvm-project/commit/8b4a34a66f4678ebd82aed23e3a0c8512aa954b1
DIFF: https://github.com/llvm/llvm-project/commit/8b4a34a66f4678ebd82aed23e3a0c8512aa954b1.diff
LOG: Adopt Properties to store operations inherent Attributes in the ARMSVE dialect
This is part of an on-going migration to adopt Properties inside MLIR.
Differential Revision: https://reviews.llvm.org/D148882
Added:
Modified:
mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td b/mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
index 5c86df1ef21f4..4b983b81d4f40 100644
--- a/mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
+++ b/mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
@@ -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;
}
More information about the Mlir-commits
mailing list