Skip to content

Commit 0ea78e5

Browse files
committed
8289197: [17u] Push of backport of 8286177 did not remove assertion
Reviewed-by: clanger
1 parent bbe8c34 commit 0ea78e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/opto/superword.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ bool SuperWord::transform_loop(IdealLoopTree* lpt, bool do_optimization) {
110110
return false; // skip malformed counted loop
111111
}
112112

113-
assert(!lpt->has_reduction_nodes() || cl->is_reduction_loop(),
114-
"non-reduction loop contains reduction nodes");
115113
bool post_loop_allowed = (PostLoopMultiversioning && Matcher::has_predicated_vectors() && cl->is_post_loop());
116114
if (post_loop_allowed) {
117115
if (cl->is_reduction_loop()) {

0 commit comments

Comments
 (0)