Re: [6/7] Add a helper for getting the overall alignment of a DR

2017-07-03 Thread Richard Biener
On Mon, Jul 3, 2017 at 9:40 AM, Richard Sandiford wrote: > This combines the information from previous patches to give a guaranteed > alignment for the DR as a whole. This should be a bit safer than using > base_element_aligned, since that only really took the base into account > (not the init or

[6/7] Add a helper for getting the overall alignment of a DR

2017-07-03 Thread Richard Sandiford
This combines the information from previous patches to give a guaranteed alignment for the DR as a whole. This should be a bit safer than using base_element_aligned, since that only really took the base into account (not the init or offset). Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK t