This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e79583cef92 [PR117770][LRA]: Check hard regs corresponding insn operand [...] new af974df9475 aarch64: Mark __builtin_aarch64_im_lane_boundsi as leaf and [...] new b35f9c2535a aarch64: Fix up flags for vget_low_*, vget_high_* and vrein [...] new 5034cecefcb aarch64: add attributes to the prefetch_builtins new 4c46ad730ac aarch64: Add attributes to the data intrinsics.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64-builtins.cc | 30 ++++++++++++++++--------- gcc/testsuite/g++.target/aarch64/lane-bound-1.C | 21 +++++++++++++++++ gcc/testsuite/gcc.target/aarch64/lane-bound-3.c | 27 ++++++++++++++++++++++ 3 files changed, 67 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.target/aarch64/lane-bound-1.C create mode 100644 gcc/testsuite/gcc.target/aarch64/lane-bound-3.c