Re: PATCH [3 of 7], rs6000, add support for scalar floating point in Altivec registers

2014-11-12 Thread David Edelsohn
On Tue, Nov 11, 2014 at 8:02 PM, Michael Meissner wrote: > Last year, in preparation for the upper regs patch, I went through the > instructions, and changed the iterators, so the vector support was in vsx.md, > while the scalar support was in rs6000.md. I missed the int<->fp conversion > operato

Re: PATCH [3 of 7], rs6000, add support for scalar floating point in Altivec registers

2014-11-11 Thread Michael Meissner
Last year, in preparation for the upper regs patch, I went through the instructions, and changed the iterators, so the vector support was in vsx.md, while the scalar support was in rs6000.md. I missed the int<->fp conversion operators. This patch moves the scalar support into rs6000.md. Note, th