[Mlir-commits] [mlir] [MLIR][SCF] Actually use conversion interface in scf-to-cf conversion (PR #154075)
Matthias Springer
llvmlistbot at llvm.org
Mon Aug 18 05:50:55 PDT 2025
matthias-springer wrote:
> That seems like something to consider: keeping compatibility with the walk-and-apply driver means the fastest path is always available.
Given that the walk-patterns driver has much less overhead, it would make sense to switch to that one and leave the patterns here as rewrite patterns.
https://github.com/llvm/llvm-project/pull/154075
More information about the Mlir-commits
mailing list