This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from fa0a7f64ec5 rs6000: genfusion: Rewrite load/compare code new 1896ab1cab7 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