Skip to content

Commit b7643ab

Browse files
author
GYT
committed
use [BUG] instead of [FIXME] in the sanity check fail debug msg
1 parent fa19ccc commit b7643ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ bool LoopVectorizeHints::allowVectorization(
198198
} else {
199199
// This should be unreachable unless there is a bug.
200200
LLVM_DEBUG(
201-
dbgs() << "LV: [FIXME] Not vectorizing: loop vect disabled for "
201+
dbgs() << "LV: [BUG] Not vectorizing: loop vect disabled for "
202202
"an unknown reason!\n");
203203
ORE.emit(OptimizationRemarkMissed(LV_NAME, "MissedUnknown",
204204
TheLoop->getStartLoc(),

0 commit comments

Comments
 (0)