[llvm-commits] [PATCH] Break 256-bit vector int add/sub/mul into two 128-bit operations

Craig Topper craig.topper at gmail.com
Mon Aug 22 23:48:19 PDT 2011


This avoids costly scalarization. Unfortunately, there is no 128-bit
byte multiply operation in X86 so I didn't break up MUL of v32i8.
Fixes PR10711.

-- 
~Craig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: op_lowering.patch
Type: application/octet-stream
Size: 8672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110822/1034d5f7/attachment.obj>


More information about the llvm-commits mailing list