https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123524
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note unrelated to this issue at hand, I Noticed that INT_*_*_int*_t most of them can be rewritten using __builtin_overflow_* builtin instead of using inline-asm. That might help performance too ... Especially since those use `asm goto` rather than the flags output: https://gcc.gnu.org/onlinedocs/gcc-15.2.0/gcc/Extended-Asm.html#Flag-Output-Operands And they are all clobber "memory"
