[PATCH] D19999: [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 10:39:25 PDT 2016


ab updated this revision to Diff 56436.
ab added a comment.

- on second thought, don't set the kill-flag: killing the sub doesn't say anything about killing the super, I think.


http://reviews.llvm.org/D19999

Files:
  lib/Target/X86/X86FixupBWInsts.cpp
  test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
  test/CodeGen/X86/anyext.ll
  test/CodeGen/X86/avx512-calling-conv.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/avx512-select.ll
  test/CodeGen/X86/avx512dq-mask-op.ll
  test/CodeGen/X86/cmovcmov.ll
  test/CodeGen/X86/fixup-bw-copy.ll
  test/CodeGen/X86/float-conv-elim.ll
  test/CodeGen/X86/machine-combiner-int.ll
  test/CodeGen/X86/opt-ext-uses.ll
  test/CodeGen/X86/pr23664.ll
  test/CodeGen/X86/vector-bitreverse.ll
  test/CodeGen/X86/vector-idiv-sdiv-512.ll
  test/CodeGen/X86/vector-idiv-udiv-512.ll
  test/CodeGen/X86/xaluo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19999.56436.patch
Type: text/x-patch
Size: 74737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160506/cd2ab20e/attachment-0001.bin>


More information about the llvm-commits mailing list