================
@@ -61,4 +79,8 @@ def CIR_IntOrGlobalViewArrayAttr : 
TypedArrayAttrBase<CIR_AnyIntOrGlobalViewAttr
   string cppType = "::mlir::ArrayAttr";
 }
 
-#endif // CLANG_CIR_DIALECT_IR_CIRATTRCONSTRAINTS_TD
\ No newline at end of file
+def CIR_GlobalViewOrCatchAllOrUnwindArrayAttr
----------------
andykaylor wrote:

This constraint name is very verbose. Can we give a more concise name that 
describes its purpose rather than the list of attributes it covers. Maybe 
`CIR_TryHandlerAttr`?

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

Reply via email to