[Mlir-commits] [mlir] Add support for MLIR to llvm vscale attribute (PR #67012)

Cullen Rhodes llvmlistbot at llvm.org
Thu Sep 21 08:03:30 PDT 2023


================
@@ -850,4 +850,11 @@ def LLVM_TBAATagArrayAttr
   let constBuilderCall = ?;
 }
 
+//--- VScaleRange Attribute
+
+def VScaleRangeAttr : LLVM_Attr<"VScaleRange", "vscale_range"> {
----------------
c-rhodes wrote:

prefix with `LLVM_` for consistency with the other attrs
```suggestion
def LLVM_VScaleRangeAttr : LLVM_Attr<"VScaleRange", "vscale_range"> {
```

https://github.com/llvm/llvm-project/pull/67012


More information about the Mlir-commits mailing list