This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47ac6ca9cb0 [ifcombine] drop other misuses of uniform_integer_cst_p new 06c4cf39894 rtl: Remove invalid compare simplification [PR117186]
The 1 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/rtl.h | 3 +- gcc/simplify-rtx.cc | 276 +++++++++++++++++++--------- gcc/testsuite/gcc.dg/torture/pr117186.c | 15 ++ gcc/testsuite/gcc.target/aarch64/pr117186.c | 128 +++++++++++++ 4 files changed, 339 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117186.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr117186.c