================
@@ -26,6 +26,12 @@ class CIR_I64EnumAttr<string name, string summary, 
list<I64EnumAttrCase> cases>
   let cppNamespace = "::cir";
 }
 
+class CIR_I32BitEnumAttr<string name, string summary,
----------------
erichkeane wrote:

Agreed, at the moment this doesn't add anything.  I'd suggest just using the 
`I32BitEnumAttr` directly.  We might care to audit the others here to see which 
add value... though `CIR_EnumAttr` at least changes the assembly format :)

https://github.com/llvm/llvm-project/pull/205941
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to