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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 12:15:56 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371243: [X86] Use MOVSX by default instead of CBW to extend i8 to AX for i8 sdivrem. (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67192?vs=218973&id=219153#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67192

Files:
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/test/CodeGen/X86/2011-10-19-LegelizeLoad.ll
  llvm/trunk/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
  llvm/trunk/test/CodeGen/X86/divrem.ll
  llvm/trunk/test/CodeGen/X86/divrem8_ext.ll
  llvm/trunk/test/CodeGen/X86/scalar_widen_div.ll
  llvm/trunk/test/CodeGen/X86/vector-idiv-sdiv-128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67192.219153.patch
Type: text/x-patch
Size: 43393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190906/445219de/attachment.bin>


More information about the llvm-commits mailing list