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
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