This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f42f8dcf495 RISC-V: Add Multi-Versioning Test Cases new 5a674367c6d Match: Fold pow calls to ldexp when possible [PR57492]
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/match.pd | 25 ++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ldexp.c | 32 ++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pow-to-ldexp.c | 44 ++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldexp.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pow-to-ldexp.c