This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb0be2e2a38 [arm][4/X] Add initial support for GE-setting SIMD32 intrinsics new 5cc321d2e11 [arm][5/X] Implement Q-bit-setting SIMD32 intrinsics new 01619c703bf [arm][6/X] Add support for __[us]sat16 intrinsics new 911f62e51c1 Remove gimple_call_types_likely_match_p (PR 70929)
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 | 46 ++++++++++ gcc/auto-profile.c | 4 +- gcc/cgraph.c | 139 +---------------------------- gcc/cgraph.h | 2 - gcc/cif-code.def | 4 - gcc/config/arm/arm.md | 83 +++++++++++++++++ gcc/config/arm/arm_acle.h | 60 +++++++++++++ gcc/config/arm/arm_acle_builtins.def | 10 +++ gcc/config/arm/iterators.md | 14 ++- gcc/config/arm/predicates.md | 8 ++ gcc/config/arm/unspecs.md | 8 ++ gcc/ipa-inline.c | 8 -- gcc/ipa-prop.c | 5 -- gcc/testsuite/ChangeLog | 14 +++ gcc/testsuite/g++.dg/lto/pr70929_0.C | 18 ++++ gcc/testsuite/g++.dg/lto/pr70929_1.C | 10 +++ gcc/testsuite/gcc.dg/winline-10.c | 6 +- gcc/testsuite/gcc.target/arm/acle/simd32.c | 64 +++++++++++++ gcc/value-prof.c | 30 ------- 19 files changed, 341 insertions(+), 192 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr70929_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr70929_1.C