[PATCH] D56636: [CodeGen][X86] Expand vector USUBSAT to UMAX+SUB
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 10:47:44 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL351219: Reapply "[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=181794&id=181820#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
llvm/trunk/test/Transforms/SLPVectorizer/X86/arith-sub-usat.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56636.181820.patch
Type: text/x-patch
Size: 165035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190115/3e5809ed/attachment-0001.bin>
More information about the llvm-commits
mailing list