We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a71854 commit afd54e1Copy full SHA for afd54e1
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -2760,12 +2760,14 @@ class BoUpSLP {
2760
assert(SD && "primary scheduledata must exist in window");
2761
assert(isInSchedulingRegion(SD) &&
2762
"primary schedule data not in window?");
2763
+ (void)SD;
2764
doForAllOpcodes(I, [](ScheduleData *SD) { SD->verify(); });
2765
}
2766
2767
for (auto *SD : ReadyInsts) {
2768
assert(SD->isSchedulingEntity() && SD->isReady() &&
2769
"item in ready list not ready?");
2770
2771
2772
2773
0 commit comments