Re: [PATCH] Fix SLSR issue

2017-09-06 Thread Richard Biener
On Wed, 6 Sep 2017, Richard Biener wrote: > > This fixes a bogus check for a mode when the type matters. The > test can get fooled by vector ops with integral mode and thus we > later ICE trying to use wide-ints operating on vector constants. > > Bootstrapped and tested on x86_64-unknown-linux-

[PATCH] Fix SLSR issue

2017-09-06 Thread Richard Biener
This fixes a bogus check for a mode when the type matters. The test can get fooled by vector ops with integral mode and thus we later ICE trying to use wide-ints operating on vector constants. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2017-09-06 Richard Biener