This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 37083a8d9c6 [Ada] Export Is_Expression_Function predicate for use in gigi new dd3c7873a61 Improved constant folding for scalar evolution. new 5b7a9751f55 Avoid andb %dil when optimizing for size.
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/config/i386/i386.md | 30 +++++++++++++++++++++++------- gcc/config/i386/predicates.md | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr65855-2.c | 11 +++++++++++ gcc/testsuite/gcc.target/i386/and-1.c | 9 +++++++++ gcc/tree-chrec.cc | 27 +++++++++++++++++++++------ 5 files changed, 69 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr65855-2.c create mode 100644 gcc/testsuite/gcc.target/i386/and-1.c