[PATCH] D41131: [AArch64] Implement stack probing for windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 14:24:01 PST 2017
mstorsjo added a comment.
In https://reviews.llvm.org/D41131#952896, @efriedma wrote:
> > No, that ends up doing the wrong thing.
>
> Oh, oops, you're right. The actual correct opcode is SUBXrx64.
Thanks, that does fix it! Those opcodes aren't really easily discoverable...
https://reviews.llvm.org/D41131
More information about the llvm-commits
mailing list