This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from c70c3bea37b rs6000: genfusion: Rewrite load/compare code new 7fc07562601 Fix power10 fusion bug with prefixed loads, PR target/105325
The 1 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/rs6000/fusion.md | 27 ++++++++-------- gcc/config/rs6000/genfusion.pl | 37 ++++++++++++++++++---- gcc/config/rs6000/predicates.md | 14 -------- gcc/config/rs6000/rs6000.md | 4 +-- gcc/testsuite/g++.target/powerpc/pr105325.C | 28 ++++++++++++++++ .../gcc.target/powerpc/fusion-p10-ldcmpi.c | 16 ++++++---- 6 files changed, 84 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.target/powerpc/pr105325.C