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 e919df5 commit 9e39a0cCopy full SHA for 9e39a0c
mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
@@ -333,7 +333,7 @@ DenseMap<Operation *, unsigned>
333
generateOperationNumbering(FunctionOpInterface function) {
334
unsigned index = 0;
335
SetVector<Block *> blocks =
336
- getTopologicallySortedBlocks(function.getFunctionBody());
+ getBlocksSortedByDominance(function.getFunctionBody());
337
DenseMap<Operation *, unsigned> operationToIndexMap;
338
for (Block *block : blocks) {
339
index++; // We want block args to have their own number.
0 commit comments