[PATCH] D71178: [x86] Don't assume sign-extension of arguments smaller than 32-bits.

Emilio Cobos Álvarez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 17:37:09 PST 2019


emilio updated this revision to Diff 232751.
emilio added a comment.

update tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71178

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/addr-mode-matcher-2.ll
  llvm/test/CodeGen/X86/avx512-regcall-NoMask.ll
  llvm/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  llvm/test/CodeGen/X86/bitcast-int-to-vector-bool.ll
  llvm/test/CodeGen/X86/bool-ext-inc.ll
  llvm/test/CodeGen/X86/bool-zext.ll
  llvm/test/CodeGen/X86/cmp.ll
  llvm/test/CodeGen/X86/commute-two-addr.ll
  llvm/test/CodeGen/X86/critical-edge-split-2.ll
  llvm/test/CodeGen/X86/dagcombine-shifts.ll
  llvm/test/CodeGen/X86/divide-by-constant.ll
  llvm/test/CodeGen/X86/fdiv-combine.ll
  llvm/test/CodeGen/X86/fp128-select.ll
  llvm/test/CodeGen/X86/illegal-bitfield-loadstore.ll
  llvm/test/CodeGen/X86/known-signbits-vector.ll
  llvm/test/CodeGen/X86/mask-negated-bool.ll
  llvm/test/CodeGen/X86/negate-i1.ll
  llvm/test/CodeGen/X86/select_const.ll
  llvm/test/CodeGen/X86/sext-i1.ll
  llvm/test/CodeGen/X86/shift_minsize.ll
  llvm/test/CodeGen/X86/split-store.ll
  llvm/test/CodeGen/X86/usub_sat.ll
  llvm/test/CodeGen/X86/usub_sat_plus.ll
  llvm/test/CodeGen/X86/x86-64-arg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71178.232751.patch
Type: text/x-patch
Size: 43420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/a66855a1/attachment.bin>


More information about the llvm-commits mailing list