This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7cb0dd9458 tree-optimization/115652 - amend last fix new f2476a2649e Vect: Support truncate after .SAT_SUB pattern in zip new 212441e19d8 Internal-fn: Support new IFN SAT_TRUNC for unsigned scalar int new b8153b5417b Fix wrong cost of MEM when addr is a lea.
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/config/i386/i386.cc | 5 +++- gcc/internal-fn.def | 2 ++ gcc/match.pd | 20 +++++++++++-- gcc/optabs.def | 3 ++ gcc/testsuite/gcc.target/i386/pr115462.c | 22 ++++++++++++++ gcc/tree-ssa-math-opts.cc | 32 ++++++++++++++++++++ gcc/tree-vect-patterns.cc | 51 +++++++++++++++++++------------- 7 files changed, 112 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr115462.c