On May 21, 2015 5:28:14 PM GMT+02:00, Jakub Jelinek wrote:
>Hi!
>
>We ICE on the following testcase at -O3 on x86_64-linux, because
>gimple folding attempts to simplify FLOAT_EXPR conversion of
>signed V4SI to V4SF feeding FIX_TRUNC_EXPR to unsigned V4SI
>into a FIX_TRUNC_EXPR with unsigned V4SI l
Hi!
We ICE on the following testcase at -O3 on x86_64-linux, because
gimple folding attempts to simplify FLOAT_EXPR conversion of
signed V4SI to V4SF feeding FIX_TRUNC_EXPR to unsigned V4SI
into a FIX_TRUNC_EXPR with unsigned V4SI lhs and signed V4SI rhs1,
which is invalid GIMPLE.
All the other si