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 0937a24 commit 97a3452Copy full SHA for 97a3452
mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
@@ -619,6 +619,7 @@ void allocateTilesToLiveRanges(
619
// Remove the live range from the active/inactive sets.
620
if (!activeRanges.remove(rangeToSpill)) {
621
bool removed = inactiveRanges.remove(rangeToSpill);
622
+ (void)removed;
623
assert(removed && "expected a range to be removed!");
624
(void)removed;
625
}
0 commit comments