Skip to content

Commit

Permalink
[SLP] Address post commit comment from 2e50760
Browse files Browse the repository at this point in the history
  • Loading branch information
preames committed Feb 18, 2022
1 parent bfdf28f commit 3ad0bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Expand Up @@ -7930,7 +7930,7 @@ void BoUpSLP::scheduleBlock(BlockScheduling *BS) {
BS->verify();
#endif

#ifndef NDEBUG
#if !defined(NDEBUG) || defined(EXPENSIVE_CHECKS)
// Check that all schedulable entities got scheduled
for (auto *I = BS->ScheduleStart; I != BS->ScheduleEnd; I = I->getNextNode()) {
BS->doForAllOpcodes(I, [&](ScheduleData *SD) {
Expand Down

0 comments on commit 3ad0bda

Please sign in to comment.