[llvm-commits] [PATCH] A patch to add vector SHL/SRL/SRA support for x86

Eli Friedman eli.friedman at gmail.com
Thu May 5 08:24:08 PDT 2011


On Thu, May 5, 2011 at 4:32 AM, Rotem, Nadav <nadav.rotem at intel.com> wrote:
> This patch addresses 9597.

Your testcase passes without your patch.  See PerformShiftCombine in
X86ISelLowering.cpp.  I woiuldn't be opposed to moving that code to
legalization if that works, though.  (I think it will because of the
separation of vector legalization.)

-Eli



More information about the llvm-commits mailing list