[PATCH] D57997: [SDAG] Support vector UMULO/SMULO
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 18 12:33:01 PST 2019
nikic updated this revision to Diff 187268.
nikic added a comment.
Fix shift amount type handling, use ExtractVectorElements, change location of vector check.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57997/new/
https://reviews.llvm.org/D57997
Files:
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/AArch64/vec_umulo.ll
test/CodeGen/X86/umul-with-overflow.ll
test/CodeGen/X86/vec_smulo.ll
test/CodeGen/X86/vec_umulo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57997.187268.patch
Type: text/x-patch
Size: 258084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/f892d950/attachment-0001.bin>
More information about the llvm-commits
mailing list