[PATCH] D58869: [X86] Allow 8-bit INC/DEC to be converted to LEA.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 2 08:55:12 PST 2019
craig.topper added a comment.
INC is probably never faster than add. Just smaller. And we already convert adds to lea. And we already do this for other sizes of INC. So it shouldn’t create a new issue from that perspective.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58869/new/
https://reviews.llvm.org/D58869
More information about the llvm-commits
mailing list