Re: [PATCH, i386]: Use reg_or_subregno in int->float splitters

2011-11-01 Thread Uros Bizjak
On Tue, Nov 1, 2011 at 11:00 PM, Jakub Jelinek wrote: > On Tue, Nov 01, 2011 at 10:33:07PM +0100, Uros Bizjak wrote: >> We have a nice utility function that can be used in int->float >> splitter constraints. >> >> 2011-11-01  Uros Bizjak   >> >>       * config/i386/i386.md (splitters for int-float

Re: [PATCH, i386]: Use reg_or_subregno in int->float splitters

2011-11-01 Thread Jakub Jelinek
On Tue, Nov 01, 2011 at 10:33:07PM +0100, Uros Bizjak wrote: > We have a nice utility function that can be used in int->float > splitter constraints. > > 2011-11-01 Uros Bizjak > > * config/i386/i386.md (splitters for int-float conversion): Use > reg_or_subregno in splitter constra

[PATCH, i386]: Use reg_or_subregno in int->float splitters

2011-11-01 Thread Uros Bizjak
Hello! We have a nice utility function that can be used in int->float splitter constraints. 2011-11-01 Uros Bizjak * config/i386/i386.md (splitters for int-float conversion): Use reg_or_subregno in splitter constraints. Bootstrapped and regression tested on x86_64-pc-linux-gn