This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 17ae956c0fa AArch64: Support new tbranch optab. new 594264e9bcb AArch64: Fix vector re-interpretation between partial SIMD modes new 4d9db4bdd45 middle-end: simplify complex if expressions where compariso [...]
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/config/aarch64/aarch64.cc | 10 +-- gcc/match.pd | 55 ++++++++++++++ gcc/testsuite/gcc.target/aarch64/if-compare_1.c | 47 ++++++++++++ gcc/testsuite/gcc.target/aarch64/if-compare_2.c | 96 +++++++++++++++++++++++++ 4 files changed, 204 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/if-compare_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/if-compare_2.c