[Mlir-commits] [mlir] Add support for MLIR to llvm vscale attribute (PR #67012)
Tobias Gysi
llvmlistbot at llvm.org
Thu Sep 21 07:12:54 PDT 2023
================
@@ -850,4 +850,11 @@ def LLVM_TBAATagArrayAttr
let constBuilderCall = ?;
}
+//--- VScaleRange Attribute
+
+def VScaleRangeAttr : LLVM_Attr<"VScaleRange", "vscale_range"> {
+ let parameters = (ins "IntegerAttr":$minRange,
+ "IntegerAttr":$maxRange);
----------------
gysit wrote:
Can you also make sure the indention of the attribute definition matches the other attributes?
https://github.com/llvm/llvm-project/pull/67012
More information about the Mlir-commits
mailing list