This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 46ed811bcb4 libstdc++: Fix iterator caching inside range adaptors [PR100479] new ca8cc8273c5 VARYING ranges of different sizes should not be equal. new a8764071f2e Fusion patterns for add-logical/logical-add
The 2 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 | 872 +++++++++++++++------ gcc/config/rs6000/genfusion.pl | 83 +- gcc/config/rs6000/rs6000-cpus.def | 4 + gcc/config/rs6000/rs6000.c | 8 + gcc/config/rs6000/rs6000.opt | 12 +- .../gcc.target/powerpc/fusion-p10-logadd.c | 97 +++ gcc/value-range.cc | 13 +- 7 files changed, 809 insertions(+), 280 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-logadd.c