[PATCH] D59035: [X86] Promote i8 CMOV's (PR40965)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 11:21:23 PST 2019


lebedev.ri updated this revision to Diff 189758.
lebedev.ri added a comment.

Actually upload the right patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59035

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/8bit_cmov_of_trunc_promotion.ll
  test/CodeGen/X86/cmov-promotion.ll
  test/CodeGen/X86/cmov.ll
  test/CodeGen/X86/cmovcmov.ll
  test/CodeGen/X86/copy-eflags.ll
  test/CodeGen/X86/fast-isel-select-pseudo-cmov.ll
  test/CodeGen/X86/fshl.ll
  test/CodeGen/X86/fshr.ll
  test/CodeGen/X86/i386-shrink-wrapping.ll
  test/CodeGen/X86/midpoint-int.ll
  test/CodeGen/X86/pr5145.ll
  test/CodeGen/X86/sadd_sat.ll
  test/CodeGen/X86/sadd_sat_vec.ll
  test/CodeGen/X86/sat-add.ll
  test/CodeGen/X86/select.ll
  test/CodeGen/X86/select_const.ll
  test/CodeGen/X86/ssub_sat.ll
  test/CodeGen/X86/ssub_sat_vec.ll
  test/CodeGen/X86/uadd_sat.ll
  test/CodeGen/X86/uadd_sat_vec.ll
  test/CodeGen/X86/usub_sat.ll
  test/CodeGen/X86/usub_sat_vec.ll
  test/CodeGen/X86/x86-shrink-wrapping.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59035.189758.patch
Type: text/x-patch
Size: 55599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190307/222765cb/attachment.bin>


More information about the llvm-commits mailing list