Skip to content

Commit 8d2e8e0

Browse files
committed
fix formatting
1 parent c2f52bc commit 8d2e8e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ static void generateFusedElementwiseOpRegion(
223223
auto consumer = cast<LinalgOp>(fusedOperand->getOwner());
224224
// Build the region of the fused op.
225225

226-
// Since some ops, like `linalg.map`, do not have block arguments for init operands
227-
// then we first "generalize" the block by adding arguments for init operands when
228-
// they aren't present. We detect this case by checking if
229-
// `getOpOperandsMatchingBBargs() == getDpsInputOperands();
226+
// Since some ops, like `linalg.map`, do not have block arguments for init
227+
// operands then we first "generalize" the block by adding arguments for init
228+
// operands when they aren't present. We detect this case by checking if
229+
// `getOpOperandsMatchingBBargs() == getDpsInputOperands()
230230
Block &producerBlock = producer->getRegion(0).front();
231231
if (producer.getOpOperandsMatchingBBargs() ==
232232
producer.getDpsInputOperands()) {

0 commit comments

Comments
 (0)