[PATCH] D67192: [X86] Use MOVSX instead of CBW to extend i8 to AX for i8 sdiv.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 10:28:35 PDT 2019


RKSimon added a comment.

I'm not clear on why we can't peephole replace MOVSX with CBW at a later stage.


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

https://reviews.llvm.org/D67192





More information about the llvm-commits mailing list