[PATCH] D56636: [CodeGen][X86] Expand vector USUBSAT to UMAX+SUB
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 13:47:50 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL351125: [CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors (authored by nikic, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56636?vs=181480&id=181648#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56636/new/
https://reviews.llvm.org/D56636
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
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/usub_sat.ll
llvm/trunk/test/CodeGen/X86/usub_sat_vec.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56636.181648.patch
Type: text/x-patch
Size: 126623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190114/c263c85e/attachment-0001.bin>
More information about the llvm-commits
mailing list