[llvm] [AArch64] Fix case of 0 dynamic alloc when stack probing (PR #74806)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 02:09:33 PST 2023
momchil-velikov wrote:
Thanks for fining that!
The patch LGTM.
How about just changing the final `str xzr, [sp]` to `ldr xzr, [sp]` ? Thoughts?
https://github.com/llvm/llvm-project/pull/74806
More information about the llvm-commits
mailing list