Skip to content

Commit

Permalink
Nit dbgs removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Varma committed Nov 28, 2024
1 parent d56acd2 commit dbc9b39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ void AMDAIEFuseConsumerIntoLoopPass::runOnOperation() {
Operation *computeOp = linalgOp;
// Step 4. Based on the `fuseDepth`, we would greedily fuse the consumer ops.
for (unsigned depth = 1; depth <= fuseDepth; depth++) {
LLVM_DEBUG(llvm::dbgs() << "Compute op = " << (*computeOp) << "\n");
do {
Value::user_range users = computeOp->getResult(0).getUsers();
if (!llvm::hasSingleElement(users)) {
Expand Down

0 comments on commit dbc9b39

Please sign in to comment.