projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359dd47
)
Adopt Properties to store operations inherent Attributes in the ARMSVE dialect
author
Mehdi Amini
<joker.eph@gmail.com>
Fri, 21 Apr 2023 06:21:19 +0000
(
00:21
-0600)
committer
Mehdi 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
patch
|
blob
|
history
diff --git
a/mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
b/mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
index 5c86df1ef21f4b9ec527b1d4fdec6fcfc7ea6707..4b983b81d4f406e2a9bec60003a48cbf6a656671 100644
(file)
--- 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;
}