[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 11:21:03 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352409: [CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD (authored by nikic, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56869?vs=183901&id=183918#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56869

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

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


More information about the llvm-commits mailing list