This is an archive of the discontinued LLVM Phabricator instance.

[mlir-docs] Add a blurb on recursion during pattern application
ClosedPublic

Authored by rriddle on May 13 2021, 1:53 PM.

Details

Summary

We currently do not document how the pattern rewriter infra treats recursion when it gets detected. This revision adds a blurb on recursion in patterns, and how patterns can signal that they are equipped to handle it.

Diff Detail