[PATCH] D63692: [LSR] Improved code generation for Zero Compare loops
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 01:10:34 PDT 2019
craig.topper added a comment.
I'm not sure why your examples have push instructions to load an immediate into registers unless you're compiling with -Oz? And if that's the case then changing push/pop to mov is an increase in code size.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63692/new/
https://reviews.llvm.org/D63692
More information about the llvm-commits
mailing list