This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0ad6908f6a9 Update year in Gnatvsn new 639ae543449 aarch64: Don't record hazards against paired insns [PR113356] new cef6031694d rtl-ssa: Provide easier access to debug uses [PR113089] new 49bfda6017e aarch64: Re-parent trailing nondebug base reg uses [PR113089] new 3d82ebb696f aarch64: Fix up debug uses in ldp/stp pass [PR113089]
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-ldp-fusion.cc | 362 ++++++++++++++++++++++++- gcc/rtl-ssa/accesses.h | 13 + gcc/rtl-ssa/member-fns.inl | 29 ++ gcc/testsuite/gcc.c-torture/compile/pr113089.c | 26 ++ gcc/testsuite/gcc.target/aarch64/pr113356.C | 8 + 5 files changed, 429 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr113089.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113356.C