[Mlir-commits] [flang] [mlir] [mlir][IR] Move `match` and `rewrite` functions into separate class (PR #129861)

River Riddle llvmlistbot at llvm.org
Wed Mar 5 15:05:29 PST 2025


https://github.com/River707 approved this pull request.

Seems reasonable to me. This does raise a question though, what actually needs separate match and rewrite these days? Do we even need to carry around this code? Seems like we could just deprecate this and remove it (it's mostly legacy from the early days anyways).

https://github.com/llvm/llvm-project/pull/129861


More information about the Mlir-commits mailing list