diff options
author | Matthias Springer <me@m-sp.org> | 2025-03-07 08:43:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-07 08:43:01 +0100 |
commit | a21cfca320bddeef120618ceff9563778b5cbd94 (patch) | |
tree | 1b16a47945be6fd1c8dbb92ec76acca5e327d627 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | 6b094020c29d27296b5c80103bdeb0db8ccc6d21 (diff) | |
download | llvm-a21cfca320bddeef120618ceff9563778b5cbd94.zip llvm-a21cfca320bddeef120618ceff9563778b5cbd94.tar.gz llvm-a21cfca320bddeef120618ceff9563778b5cbd94.tar.bz2 |
[mlir][IR] Deprecate `match` and `rewrite` functions (#130031)
Deprecate the `match` and `rewrite` functions. They mainly exist for
historic reasons. This PR also updates all remaining uses of in the MLIR
codebase.
This is addressing a
[comment](https://github.com/llvm/llvm-project/pull/129861#pullrequestreview-2662696084)
on an earlier PR.
Note for LLVM integration: `SplitMatchAndRewrite` will be deleted soon,
update your patterns to use `matchAndRewrite` instead of separate
`match` / `rewrite`.
---------
Co-authored-by: Jakub Kuderski <jakub@nod-labs.com>
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions