This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AArch64] Add bounds checking to vqdm*_lane intrinsics via a qualifier that also flips endianness


On 19 November 2014 19:05, Charles Baylis <charles.baylis@linaro.org> wrote:

>         PR target/63870
>         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Pass
>         expression to aarch64_simd_lane_bounds.
>         * config/aarch64/aarch64-protos.h (aarch64_simd_lane_bounds): Update
>         prototype.
>         * config/aarch64/aarch64.c (aarch64_simd_lane_bounds): Add exp
>         parameter. Report calling function in error message if exp is non-NULL.

These needs to be updated to reflect the changes in the last revision
of the patch where NULL is passed explicitly. Otherwise OK, commit it
with a fixed ChangeLog.

/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]