Re: [5/5] Don't use rtxes in mem_attrs

2011-07-18 Thread Richard Guenther
On Sun, Jul 17, 2011 at 4:34 PM, Richard Sandiford wrote: > This patch replaces the rtxes in mem_attrs with (bool, HOST_WIDE_INT) pairs. > There's already room for the bools in the padding after "addrspace". > (There's room for one more bool after this patch; we could move to > bitfields if more a

[5/5] Don't use rtxes in mem_attrs

2011-07-17 Thread Richard Sandiford
This patch replaces the rtxes in mem_attrs with (bool, HOST_WIDE_INT) pairs. There's already room for the bools in the padding after "addrspace". (There's room for one more bool after this patch; we could move to bitfields if more are needed.) The new structure is 8 bytes bigger when using a combi