[llvm-branch-commits] [clang] [KeyInstr][Clang] Break and Continue stmt atoms (PR #141618)
Jeremy Morse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 3 04:26:09 PDT 2025
https://github.com/jmorse approved this pull request.
LGTM, this all makes sense (to make break/continue their own key instructions). This involves cleanup scopes getting their own group: will destructors that run when "break"ing out of a loop get the key-ness of the "break" statement? (This might not be a bad thing at all).
https://github.com/llvm/llvm-project/pull/141618
More information about the llvm-branch-commits
mailing list