Re: [PATCH, PR target/69010] Fix expand for constant boolean vectors with a scalar mode

2016-01-08 Thread Richard Biener
On Wed, Dec 23, 2015 at 10:14 AM, Ilya Enkovich wrote: > Hi, > > Currently boolean vector constant is expanded incorrectly when > it has a scalar mode. Generated constant is incorrect and also > its mode (which is VOIDmode) is used for roce_reg which causes > ICE. This patch fixes both problems.

[PATCH, PR target/69010] Fix expand for constant boolean vectors with a scalar mode

2015-12-23 Thread Ilya Enkovich
Hi, Currently boolean vector constant is expanded incorrectly when it has a scalar mode. Generated constant is incorrect and also its mode (which is VOIDmode) is used for roce_reg which causes ICE. This patch fixes both problems. Bootstrapped and tested on x86_64-pc-linux-gnu. OK for trunk? T