This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f9a577927eb IBM Z: Fix linking to libatomic in target test cases new 7f6cdaa9a8d rtl-ssa: Fix a silly typo new f2cc526f47a recog: Fix insn_change_watermark destructor new 5a783f42d77 aarch64: Add a minipass for fusing CC insns [PR88836]
The 3 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/Makefile.in | 7 + gcc/config.gcc | 2 +- gcc/config/aarch64/aarch64-cc-fusion.cc | 296 +++++++++++++++++++++ gcc/config/aarch64/aarch64-passes.def | 1 + gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/t-aarch64 | 6 + gcc/recog.h | 8 +- gcc/rtl-ssa/functions.h | 2 +- gcc/rtl-ssa/member-fns.inl | 2 +- .../gcc.target/aarch64/sve/acle/general/ldff1_8.c | 32 +++ gcc/testsuite/gcc.target/aarch64/sve/ptest_1.c | 10 + 11 files changed, 363 insertions(+), 4 deletions(-) create mode 100644 gcc/config/aarch64/aarch64-cc-fusion.cc create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/ldff1_8.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/ptest_1.c