This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e901615ff1 rtl-ssa: Avoid creating duplicated phis new 452c4f32373 match: Fix the `popcnt(a&b) + popcnt(a|b)` pattern for type [...] new 0fc13e8c0e3 Improve factor_out_conditional_operation for conversions an [...]
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/match.pd | 2 +- .../gcc.c-torture/compile/fold-popcount-1.c | 13 +++++++++ gcc/testsuite/gcc.dg/fold-popcount-8a.c | 33 ++++++++++++++++++++++ .../gcc.dg/tree-ssa/{phi-opt-23.c => phi-opt-39.c} | 13 ++++----- gcc/tree-ssa-phiopt.cc | 16 +++++++++-- 5 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/fold-popcount-1.c create mode 100644 gcc/testsuite/gcc.dg/fold-popcount-8a.c copy gcc/testsuite/gcc.dg/tree-ssa/{phi-opt-23.c => phi-opt-39.c} (86%)