Skip to content

Commit

Permalink
remove redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
binarman committed Apr 22, 2024
1 parent 5366b0f commit 74d3bad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/Analysis/Allocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,15 +470,6 @@ class AllocationAnalysis {
resolveExplicitBufferLiveness(getValueLivenessRange);
resolveAliasBufferLiveness(getValueLivenessRange);
resolveScratchBufferLiveness(operationId);
// operation->walk<WalkOrder::PostOrder>([&](Operation *op) {
// llvm::outs() << *op;
// auto outputs = op->getOpResults();
// for (auto out : outputs) {
// auto bufferId = this->allocation->getBufferId(out);
// llvm::outs() << "bufferid: " << bufferId;
// }
// llvm::outs() << "\n";
// });
}

/// Computes the shared memory offsets for all related values.
Expand Down

0 comments on commit 74d3bad

Please sign in to comment.