usx95 wrote:

(addressed one more problem with conditional lifetime extension.)

> What, if anything, about the scenario you're describing is specific to 
> "normal" cleanups?

We do not see this with `EHCleanup`s because `EmitBranchThroughCleanup` does 
not consider `EHCleanup`. It branches through all the "Normal" cleanups in the 
`EHStack`.

https://github.com/llvm/llvm-project/pull/89154
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to