[clang] [CIR] Support Try catch with handler for specific type (PR #171042)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 14 11:33:41 PST 2025
================
@@ -3031,6 +3031,9 @@ def CIR_CallOp : CIR_CallOpBase<"call", [NoRegionArguments]> {
let results = (outs Optional<CIR_AnyType>:$result);
let arguments = commonArgs;
+ let regions = (region AnyRegion:$cleanup);
----------------
AmrDeveloper wrote:
I removed it and added a comment with a note until the redesign
https://github.com/llvm/llvm-project/pull/171042
More information about the cfe-commits
mailing list