[PATCH] D18937: [X86][AVX512BW] Add support for v64i8 multiplies
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 9 11:22:08 PDT 2016
RKSimon created this revision.
RKSimon added reviewers: delena, igorb.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.
Extend the existing lowering of vXi8 multiplies to support v64i8 on avx512bw targets.
I added the Lower512IntArith helper function to help with this - not sure how often this could be used in the future, but it seemed better than putting all that logic inside LowerMUL.
Repository:
rL LLVM
http://reviews.llvm.org/D18937
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/pmul.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18937.53145.patch
Type: text/x-patch
Size: 30513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160409/57f9e075/attachment.bin>
More information about the llvm-commits
mailing list