On Tue, May 12, 2026 at 08:33:44PM -0700, Josh Poimboeuf wrote: > Sometimes Clang arm64 code jumps to the end of the function for UB. > No need to make that an error for checksum runs.
I'm not sure I understand the rationale. If the compiler trips UB, we want to be complaining about that no? Same as when clang just stops code-gen, also something we commonly see when it hits UB.

