[libc-commits] [libc] [libc][setjmp] remove naked fn attr (PR #112443)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Oct 15 15:54:16 PDT 2024


nickdesaulniers wrote:

> the constraint string permits the compiler to allocate the addresses for the "m" constraints into registers

Doesn't `m` mean explicitly "not registers?" I didn't use `r` or `rm`, which to me implies "into registers."

https://github.com/llvm/llvm-project/pull/112443


More information about the libc-commits mailing list