[PATCH] D56869: [CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 10:17:37 PST 2019


nikic updated this revision to Diff 183901.
nikic added a comment.

Rebase


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

https://reviews.llvm.org/D56869

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/Target/X86/X86TargetTransformInfo.cpp
  test/Analysis/CostModel/X86/arith-usat.ll
  test/CodeGen/X86/uadd_sat.ll
  test/CodeGen/X86/uadd_sat_vec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56869.183901.patch
Type: text/x-patch
Size: 111255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190128/b25bb3ee/attachment-0001.bin>


More information about the llvm-commits mailing list