[PATCH] D57639: [CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 7 10:03:13 PST 2019
nikic updated this revision to Diff 185805.
nikic added a comment.
Use DAG.ExtractVectorELements().
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57639/new/
https://reviews.llvm.org/D57639
Files:
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/AArch64/vec_uaddo.ll
test/CodeGen/AMDGPU/saddo.ll
test/CodeGen/AMDGPU/ssubo.ll
test/CodeGen/AMDGPU/uaddo.ll
test/CodeGen/AMDGPU/usubo.ll
test/CodeGen/X86/vec_saddo.ll
test/CodeGen/X86/vec_ssubo.ll
test/CodeGen/X86/vec_uaddo.ll
test/CodeGen/X86/vec_usubo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57639.185805.patch
Type: text/x-patch
Size: 313347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/674cbc48/attachment-0001.bin>
More information about the llvm-commits
mailing list