This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2021af0c23a gcc-changelog: Support 'Backported from master'. new 502d63b6d61 Lower VEC_COND_EXPR into internal functions.
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/Makefile.in | 2 + gcc/expr.c | 25 +-- gcc/gimple-isel.cc | 244 +++++++++++++++++++++++++++ gcc/gimplify.c | 15 +- gcc/internal-fn.c | 89 ++++++++++ gcc/internal-fn.def | 5 + gcc/optabs.c | 124 +------------- gcc/optabs.h | 7 +- gcc/passes.def | 1 + gcc/testsuite/g++.dg/vect/vec-cond-expr-eh.C | 17 ++ gcc/tree-cfg.c | 2 +- gcc/tree-pass.h | 1 + gcc/tree-ssa-forwprop.c | 3 +- gcc/tree-ssa-reassoc.c | 64 ++++--- gcc/tree-vect-generic.c | 45 +++-- gcc/tree-vect-stmts.c | 8 +- 16 files changed, 441 insertions(+), 211 deletions(-) create mode 100644 gcc/gimple-isel.cc create mode 100644 gcc/testsuite/g++.dg/vect/vec-cond-expr-eh.C