[Mlir-commits] [flang] [mlir] [mlir] Enable decoupling two kinds of greedy behavior. (PR #104649)
Kazu Hirata
llvmlistbot at llvm.org
Fri Dec 20 10:28:21 PST 2024
kazutakahirata wrote:
> As per the commit message, you should just replace call:
>
> > For downstream users, there should be no behavioral change. Updating from the deprecated should just be a find and replace (e.g., find ./ -type f -exec sed -i 's|applyPatternsAndFoldGreedily|applyPatternsGreedily|g' {} ; variety) as the API hasn't changed between the two.
Thanks! I've checked in https://github.com/llvm/llvm-project/commit/9901906035c2be776674b25a3357b37a7dbbac68.
https://github.com/llvm/llvm-project/pull/104649
More information about the Mlir-commits
mailing list