This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68880e40533 RISC-V: Make rv32i_zcmp testcase more robust new 1437df40f12 ipa-cp: Templatize filtering of m_agg_values new 997c8219f02 ipa: Prune any IPA-CP aggregate constants known by modref t [...]
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/ipa-cp.cc | 8 +++++ gcc/ipa-modref.cc | 61 ++++++++++++++++++++++++++++++++--- gcc/ipa-prop.cc | 17 ++++++++-- gcc/ipa-prop.h | 37 +++++++++++++++++++++ gcc/ipa-sra.cc | 33 +++---------------- gcc/testsuite/gcc.dg/lto/pr111157_0.c | 24 ++++++++++++++ gcc/testsuite/gcc.dg/lto/pr111157_1.c | 10 ++++++ 7 files changed, 155 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr111157_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr111157_1.c