This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/52298] ICE: verify_ssa failed: definition in block follows use


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52298

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-20 14:14:48 UTC ---
Not sure why in vect_model_reduction_cost we do not consider the reduction
at all if nested_in_vect_loop_p (loop, orig_stmt).  I think simply dropping
that conditional would model the cost more appropriately (though the question
is how outer loop vectorization uses the costs).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]