This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d2e8dbf776 Daily bump. new 7ddc204d331 aarch64: Fix condition accepted by mov<GPF>cc new 8d32fdfe81f aarch64: Merge mov<ALLI>cc with mov<GPF>cc new e73b0e7d803 aarch64: Remove redundant checks new c131624ba4e aarch64: Add `aarch64_comparison_operator_cc` new 05a3346353d aarch64: Remove unused pattern
The 5 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.md | 74 ++++++------------------------ gcc/config/aarch64/iterators.md | 4 ++ gcc/config/aarch64/predicates.md | 15 ++++++ gcc/testsuite/gcc.target/aarch64/cmpbr-4.c | 12 +++++ gcc/testsuite/gcc.target/aarch64/cmpbr-5.c | 13 ++++++ 5 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpbr-4.c create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpbr-5.c