[clang] [CIR] Emit CatchParamOp in the catch region (PR #171169)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 9 02:47:23 PST 2025
================
@@ -1231,6 +1231,7 @@ class CIRGenFunction : public CIRGenTypeCache {
};
LexicalScope *curLexScope = nullptr;
+ mlir::Operation *currentFuncletPad = nullptr;
----------------
AmrDeveloper wrote:
Maybe we can add it to the MissingFeatures with explanation comment 🤔
https://github.com/llvm/llvm-project/pull/171169
More information about the cfe-commits
mailing list