[MLIR][SCF] Fix comment in `TestTilingInterface.cpp` (NFC)
authorLorenzo Chelini <l.chelini@icloud.com>
Tue, 17 Jan 2023 17:47:36 +0000 (18:47 +0100)
committerLorenzo Chelini <l.chelini@icloud.com>
Tue, 17 Jan 2023 17:50:11 +0000 (18:50 +0100)
The method is called `tileConsumerAndFuseProducerGreedilyUsingSCFForOp`
and not `tileAndFuseGreedilyUsingSCFForOp`.

mlir/test/lib/Interfaces/TilingInterface/TestTilingInterface.cpp

index 97fd634..0fc0913 100644 (file)
@@ -273,8 +273,8 @@ struct TestTileConsumerFuseAndYieldProducerUsingSCFForOp
     };
 
     // The rest of this method is similar to
-    // scf::tileAndFuseGreedilyUsingSCFForOp, except that also yields
-    // replacements for values of the fused producer.
+    // scf::tileConsumerAndFuseProducerGreedilyUsingSCFForOp, except that also
+    // yields replacements for values of the fused producer.
 
     // 1. Tile the consumer.
     SmallVector<OpResult> yieldedValuesToOrigValues;