Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Apr 23, 2024
1 parent 567967c commit e977fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlir/lib/Conversion/AIRToAIEPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1401,8 +1401,8 @@ struct LowerAIRChannelsPattern : public OpRewritePattern<air::ChannelOp> {

// replace uses of alloc with result of acquire
if (auto a = dyn_cast<memref::AllocOp>(op.getMemref().getDefiningOp()))
rewriter.replaceOpWithNewOp<UnrealizedConversionCastOp>(a.getOperation(), a.getType(), producerAccess.getOutput());
//rewriter.replaceOp(a.getOperation(), producerAccess.getOutput());
rewriter.replaceOpWithNewOp<UnrealizedConversionCastOp>(
a.getOperation(), a.getType(), producerAccess.getOutput());
}

template <typename MyOp>
Expand Down

0 comments on commit e977fb9

Please sign in to comment.