This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ebb02dd6c9 RISC-V: Support VLS modes mask operations new 4241415b881 Improve error message for if with an else part while in switch new 5e4a248b03f MATCH: Support `(a != (CST+1)) & (a > CST)` optimizations new c8e4f0df685 aarch64: Restore SVE WHILE costing
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/config/aarch64/aarch64.cc | 36 +++++++-------- gcc/genmatch.cc | 2 + gcc/match.pd | 44 ++++++++++++++++++- gcc/testsuite/gcc.dg/pr21643.c | 6 ++- gcc/testsuite/gcc.dg/tree-ssa/cmpbit-5.c | 51 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-35.c | 13 ++++++ .../gcc.target/aarch64/sve/cost_model_15.c | 13 ++++++ 7 files changed, 145 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-5.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-35.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cost_model_15.c