Re: [RFC 5/5] Always completely replace constant pool entries

2015-08-26 Thread Richard Biener
On Tue, Aug 25, 2015 at 9:54 PM, Jeff Law wrote: > On 08/25/2015 05:06 AM, Alan Lawrence wrote: >> >> I used this as a means of better-testing the previous changes, as it >> exercises >> the constant replacement code a whole lot more. Indeed, quite a few tests >> are >> now optimized away to nothi

Re: [RFC 5/5] Always completely replace constant pool entries

2015-08-25 Thread Jeff Law
On 08/25/2015 05:06 AM, Alan Lawrence wrote: I used this as a means of better-testing the previous changes, as it exercises the constant replacement code a whole lot more. Indeed, quite a few tests are now optimized away to nothing on AArch64... Always pulling in constants, is almost certainly n

[RFC 5/5] Always completely replace constant pool entries

2015-08-25 Thread Alan Lawrence
I used this as a means of better-testing the previous changes, as it exercises the constant replacement code a whole lot more. Indeed, quite a few tests are now optimized away to nothing on AArch64... Always pulling in constants, is almost certainly not what we want, but we may nonetheless want so