This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b588dcb77e9 LoongArch: Use fcmp.caf.s instead of movgr2cf for zeroing a fcc new 4b39aeef594 middle-end: Fold vec_cond into conditional ternary or binar [...] new b0fe8f2f960 middle-end: ifcvt: Allow any const IFN in conditional blocks new 04227acbe9e AArch64: Rewrite simd move immediate patterns to new syntax new dd28f90c953 ifcvt: rewrite args handling to remove lookups
The 4 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-simd.md | 116 +++++++---------- gcc/match.pd | 24 ++++ .../gcc.target/aarch64/sve/pre_cond_share_1.c | 132 +++++++++++++++++++ gcc/tree-if-conv.cc | 145 ++++++++++++++------- 4 files changed, 301 insertions(+), 116 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pre_cond_share_1.c