[llvm-commits] [llvm] r140246 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Duncan Sands baldrick at free.fr
Wed Sep 21 01:59:00 PDT 2011


Hi Nadav,

> --- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
> +++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Wed Sep 21 03:45:10 2011
> @@ -13563,6 +13563,9 @@
>
>       // From, To sizes and ElemCount must be pow of two
>       if (!isPowerOf2_32(NumElems * FromSz * ToSz)) return SDValue();
> +    // We are going to use the original vector elt for storing.
> +    // accumulated smaller vector elements must be a multiple of the store size.

accumulated -> Accumulated

Ciao, Duncan.



More information about the llvm-commits mailing list