[PATCH] D38307: [X86] Support v64i8 mulhu/mulhs
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 23:46:26 PDT 2017
craig.topper created this revision.
This adds support for v64i8 mulhu/mulhs legalization based on the avx2 version of v32i8.
I'm not 100% sure I got the required shuffled mask correct here.
https://reviews.llvm.org/D38307
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-idiv-sdiv-512.ll
test/CodeGen/X86/vector-idiv-udiv-512.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38307.116767.patch
Type: text/x-patch
Size: 128898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170927/d278c352/attachment.bin>
More information about the llvm-commits
mailing list