Commit f7d58642 by Richard Biener Committed by Richard Biener

re PR tree-optimization/86637 (ICE: tree check: expected block, have <invalid…

re PR tree-optimization/86637 (ICE: tree check: expected block, have <invalid tree code> in inlining_chain_to_json, at optinfo-emit-json.cc:293)

2018-12-05  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/86637
	* tree-vectorizer.c (pass_slp_vectorize::execute): Reset
	vect_location at the end.

From-SVN: r266821
parent 7ba6738b
2018-12-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/86637
* tree-vectorizer.c (pass_slp_vectorize::execute): Reset
vect_location at the end.
2018-12-05 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/87360
......@@ -1303,6 +1303,8 @@ pass_slp_vectorize::execute (function *fun)
loop_optimizer_finalize ();
}
vect_location = dump_user_location_t ();
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment