[PATCH] D41131: [AArch64] Implement stack probing for windows
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 13:53:38 PST 2017
efriedma added a comment.
> How to work around this?? The intended instruction is sub sp, sp, x15, lsl #4
I think you're using the wrong opcode? Should be SUBXrs.
https://reviews.llvm.org/D41131
More information about the llvm-commits
mailing list