[PATCH] D57997: [SDAG] Support vector UMULO/SMULO
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 9 05:43:52 PST 2019
nikic created this revision.
nikic added reviewers: RKSimon, spatel, arsenm.
Herald added subscribers: llvm-commits, dmgreen, javed.absar, wdng.
Herald added a project: LLVM.
Second part of https://bugs.llvm.org/show_bug.cgi?id=40442.
I've added an `UnrollVectorOverflowOp` method on SelectionDAG that follows the existing `UnrollVectorOp` method, but maybe that's too specific and should just be a private helper for the TargetLowering expansion code?
Repository:
rL LLVM
https://reviews.llvm.org/D57997
Files:
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/TargetLowering.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/vec_smulo.ll
test/CodeGen/X86/vec_umulo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57997.186108.patch
Type: text/x-patch
Size: 258199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190209/1e6d3b00/attachment-0001.bin>
More information about the llvm-commits
mailing list