On Mon, Jan 30, 2017 at 3:48 AM, Maxim Kuvyrkov <maxim.kuvyr...@linaro.org> wrote: > This patch port prefetch configuration from aarch32 backend to aarch64. > There is no code-generation change from this patch. > > This patch also happens to address Kyrill's comment on Andrew's prefetching > patch at https://gcc.gnu.org/ml/gcc-patches/2017-01/msg02133.html . > > This patch also fixes a minor bug in aarch64_override_options_internal(), > which used "selected_cpu->tune" instead of "aarch64_tune_params".
I am not a fan of the macro at all. Thanks, Andrew > > Bootstrapped and regtested on x86_64-linux-gnu and aarch64-linux-gnu. > > -- > Maxim Kuvyrkov > www.linaro.org >