Re: PowerPC64 non-delegitimized unspecs

2011-04-06 Thread Alan Modra
On Wed, Apr 06, 2011 at 02:45:49PM +0200, Jakub Jelinek wrote: > On Wed, Apr 06, 2011 at 10:06:11PM +0930, Alan Modra wrote: > > I've noticed a number of tests fail on mainline with complaints about > > non-delegitimized UNSPECs. The reason why rs6000_delegitimze_address > > isn't working is that

Re: PowerPC64 non-delegitimized unspecs

2011-04-06 Thread Jakub Jelinek
On Wed, Apr 06, 2011 at 10:06:11PM +0930, Alan Modra wrote: > I've noticed a number of tests fail on mainline with complaints about > non-delegitimized UNSPECs. The reason why rs6000_delegitimze_address > isn't working is that our insn matching doesn't allow a stack slot in > place of the REG. I

PowerPC64 non-delegitimized unspecs

2011-04-06 Thread Alan Modra
I've noticed a number of tests fail on mainline with complaints about non-delegitimized UNSPECs. The reason why rs6000_delegitimze_address isn't working is that our insn matching doesn't allow a stack slot in place of the REG. I could have expanded the condition to include stack slots, but it see