[libc-commits] [libc] [libc][setjmp] remove naked fn attr (PR #112443)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Oct 16 09:15:52 PDT 2024
nickdesaulniers wrote:
> 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/112437#discussion_r1803273360
Will close this for now.
I could have avoided this mess by simply changing the original asm to use the register parameters as outputs rather than inputs.
https://github.com/llvm/llvm-project/pull/112443
More information about the libc-commits
mailing list