This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c287af [AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assembly new 3480610 VRP: range info of new variables new a871954 ~X & Y to X ^ Y in some cases new b6dd53b x & C -> x if we know that x & ~C == 0
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/ChangeLog | 15 +++++++++++++++ gcc/match.pd | 17 +++++++++++++++++ gcc/testsuite/ChangeLog | 14 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/and-1.c | 11 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/andnot-1.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr69270.c | 2 -- gcc/testsuite/gcc.dg/tree-ssa/vrp99.c | 9 +++++++++ gcc/tree-vrp.c | 21 ++++++++++++--------- 8 files changed, 90 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/and-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/andnot-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp99.c