[PATCH] D58869: [X86] Allow 8-bit INC/DEC to be converted to LEA.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 16:01:08 PST 2019


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM - the generic CPU concern is independent of this change, and as noted this is just making the logic more uniform. If there's some case where 'inc' is better, that should likely apply to all legal scalar types.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58869/new/

https://reviews.llvm.org/D58869





More information about the llvm-commits mailing list