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 b3070e9 commit 3ce24a3Copy full SHA for 3ce24a3
mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
@@ -620,6 +620,7 @@ void allocateTilesToLiveRanges(
620
if (!activeRanges.remove(rangeToSpill)) {
621
bool removed = inactiveRanges.remove(rangeToSpill);
622
assert(removed && "expected a range to be removed!");
623
+ (void)removed;
624
}
625
626
rangeToSpill->tileId = tileAllocator.allocateInMemoryTileId();
0 commit comments