Re: [PATCH] Make vector lowering use vectors of proper sign

2012-03-20 Thread Paolo Bonzini
Il 14/03/2012 15:53, Richard Guenther ha scritto: > > I noticed when trying to fix PR52584 that vector lowering always > creates unsigned vector types. The following fixes that, also > getting rid of the weird use of a langhook. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. > > Richa

[PATCH] Make vector lowering use vectors of proper sign

2012-03-14 Thread Richard Guenther
I noticed when trying to fix PR52584 that vector lowering always creates unsigned vector types. The following fixes that, also getting rid of the weird use of a langhook. Bootstrapped and tested on x86_64-unknown-linux-gnu. Richard. 2012-03-14 Richard Guenther PR middle-end/52584