[llvm-commits] [llvm] r142081 - /llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp

Duncan Sands baldrick at free.fr
Sat Oct 15 23:43:57 PDT 2011


Hi Nadav,

> --- llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp (original)
> +++ llvm/trunk/lib/Target/CellSPU/SPUISelLowering.cpp Sat Oct 15 15:05:17 2011
> @@ -424,6 +424,13 @@
>       setOperationAction(ISD::UDIV,    VT, Expand);
>       setOperationAction(ISD::UREM,    VT, Expand);
>
> +    // Expand all trunc stores

I think "Expand all vector trunc stores" would be better.

Ciao, Duncan.



More information about the llvm-commits mailing list