This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 175bacbb254 x86: Cast stride to __PTRDIFF_TYPE__ for AMX-MOVRS intrinsi [...] new 128933c9cf2 match: Fix `(a == b) | ((a|b) != 0)` pattern for vectors [P [...] new eb717a8f4ea match: Fix (a != b) | ((a|b) != 0) and (a == b) & ((a|b) == [...]
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 | 12 ++++---- gcc/testsuite/gcc.dg/torture/int-bwise-opt-1.c | 32 ++++++++++++++++++++++ .../gcc.dg/tree-ssa/int-bwise-opt-vect01.c | 17 ++++++++++++ 3 files changed, 55 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/int-bwise-opt-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/int-bwise-opt-vect01.c