[PATCH] D139756: [X86] Fix cmp order in probing BuildStackAlignAND
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 11:45:27 PST 2022
serge-sans-paille accepted this revision.
serge-sans-paille added a comment.
This revision is now accepted and ready to land.
Thanks for spotting this! Reading the generated assembly again, we were indeed jumping over the actual loop instead of short-circuiting it...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139756/new/
https://reviews.llvm.org/D139756
More information about the llvm-commits
mailing list