]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/87785 (ICE in dr_misalignment, at tree-vectorizer.h:1245...
authorRichard Biener <rguenther@suse.de>
Mon, 29 Oct 2018 13:31:28 +0000 (13:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 29 Oct 2018 13:31:28 +0000 (13:31 +0000)
commit5d8c32cb86043e388fddc9833d9c2cd90ed05284
treec71a3607249ca556eab4af6755c032fc91a70b3f
parentc8fda30f0cc084626af70dea607fc081f67d95f1
re PR tree-optimization/87785 (ICE in dr_misalignment, at tree-vectorizer.h:1245 on 454.calculix with -Ofast and -flto)

2018-10-29  Richard Biener  <rguenther@suse.de>

PR tree-optimization/87785
* tree-vect-slp.c (vect_build_slp_tree_2): Remove loads argument
and processing.
(vect_build_slp_tree): Likewise.
(vect_gather_slp_loads): New function.
(vect_analyze_slp_instance): Gather loads separately from the
SLP tree build.

From-SVN: r265588
gcc/ChangeLog
gcc/tree-vect-slp.c