[clang] [CIR] Handle return with cleanups (PR #163849)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 16 17:15:49 PDT 2025
bcardosolopes wrote:
> That would simplify the EHScopeStck handling significantly in CIR, but the complexity would just be moved to the FlattenCFG pass, and this would mean we were diverging from the classic codegen code structure.
I'm up for the tradeoff here, the lower level alternative will make code way harder to analyze.
https://github.com/llvm/llvm-project/pull/163849
More information about the cfe-commits
mailing list