[PATCH] fix PR15296

Michael Liao michael.liao at intel.com
Tue Feb 19 00:32:09 PST 2013


Hi All,

This patch fixes PR15296 by lowering SRA/SRL/SHL into PSRA/PSRL/PSHL
during DAG lowering instead of DAG combining, because 256-bit integer
vector will be expanded in lowering where DAG combining will lose the
chance to transform it.

Thanks for your review
- Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-PR15296.patch
Type: text/x-patch
Size: 19323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130219/d157c19a/attachment.bin>


More information about the llvm-commits mailing list