================ @@ -0,0 +1,1258 @@ +============================================= +ClangIR Cleanup and Exception Handling Design +============================================= + +.. contents:: + :local: + +Overview +======== + +This document describes the proposed new design for C++ cleanups and exception ---------------- erichkeane wrote:
I guess I just presumed that our way of generating (create alloca, create ctor call, enter cleanup scope) 1 after another would end up with the allocas inside the scope, though hoistable. OR are we going to have some additional infrastructure to put the allocas at the top? https://github.com/llvm/llvm-project/pull/177625 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
