[clang] [CIR] Upstream CIR Dialect TryOp with Catch Attrs (PR #162897)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 14 17:26:23 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list