Skip to content

Commit dcd926f

Browse files
author
GYT
committed
somehow a suggestion did not apply
1 parent 552a8ab commit dcd926f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ bool LoopVectorizeHints::allowVectorization(
200200
"MissedTransformsDisabled",
201201
"loop transformations are disabled", L);
202202
} else {
203-
// This should be unreachable unless there is a bug.
204-
reportDisallowedVectorization(
205-
"disabled for an unknown reason", "MissedUnknown",
206-
"unknown reason, please file a bug report on the LLVM issue tracker",
207-
L);
208203
llvm_unreachable("loop vect disabled for an unknown reason");
209204
}
210205
return false;

0 commit comments

Comments
 (0)