Seen on the graphs and I verified that locally with train run on znver1: https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=35.407.0&plot.1=32.377.0
It's likely been one of the vectorizer changes and fixed by 2019-09-20 Richard Biener <rguenther@suse.de> PR tree-optimization/91821 * tree-vect-loop.c (check_reduction_path): Check we can compute reduc_idx. (vect_is_simple_reduction): Set STMT_VINFO_REDUC_IDX. * tree-vect-patterns.c (vect_reassociating_reduction_p): Return operands in canonical order. * tree-vectorizer.c (vec_info::new_stmt_vec_info): Initialize STMT_VINFO_REDUC_IDX. * tree-vectorizer.h (_stmt_vec_info::reduc_idx): New. (STMT_VINFO_REDUC_IDX): Likewise.
Ah, ok, let's wait for periodic testers over the weekend.
One additional related can be: https://lnt.opensuse.org/db_default/v4/SPEC/graph?plot.0=35.407.0
I can confirm it's fixed.