[PATCH] D110995: [X86] combineMulToPMADDWD - handle any pow2 vector type and split to legal types
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 11:40:14 PDT 2021
RKSimon updated this revision to Diff 384542.
RKSimon edited the summary of this revision.
RKSimon added a comment.
Address pre-SSE41 regressions - fallback to pmullw/pmulhw for sign-extended vectors with sources that are already greater than 128-bits maximum legal width.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110995/new/
https://reviews.llvm.org/D110995
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/madd.ll
llvm/test/CodeGen/X86/pmaddubsw.ll
llvm/test/CodeGen/X86/pmulh.ll
llvm/test/CodeGen/X86/shrink_vmul.ll
llvm/test/CodeGen/X86/slow-pmulld.ll
llvm/test/CodeGen/X86/vshli-simplify-demanded-bits.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110995.384542.patch
Type: text/x-patch
Size: 50793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211103/498646f8/attachment.bin>
More information about the llvm-commits
mailing list