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 97a3452 commit 40e556fCopy full SHA for 40e556f
mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
@@ -619,7 +619,6 @@ 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