Skip to content

Commit cbc3cc2

Browse files
ulysseBcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 334126611
1 parent a55bb94 commit cbc3cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/introduce_loops.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
namespace sair {
4545
namespace {
4646

47-
// TODO: doc
47+
// Adds canonicalization patterns from Ops to `list.
4848
template <typename... Ops>
4949
void getAllPatterns(mlir::OwningRewritePatternList &list, mlir::MLIRContext *ctx) {
5050
(Ops::getCanonicalizationPatterns(list, ctx), ...);

0 commit comments

Comments
 (0)