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 13c60ae commit f30fd12Copy full SHA for f30fd12
lib/SIL/Utils/PrunedLiveness.cpp
@@ -542,6 +542,8 @@ void MultiDefPrunedLiveness::findBoundariesInBlock(
542
}
543
// Handle a live-out or live-within block with potentially multiple defs
544
unsigned prevCount = boundary.deadDefs.size() + boundary.lastUsers.size();
545
+ (void)prevCount;
546
+
547
bool isLive = isLiveOut;
548
for (auto &inst : llvm::reverse(*block)) {
549
// Check if the instruction is a def before checking whether it is a
0 commit comments