[flang-commits] [flang] [mlir] [mlir] Enable decoupling two kinds of greedy behavior. (PR #104649)
Benjamin Maxwell via flang-commits
flang-commits at lists.llvm.org
Fri Dec 20 09:22:53 PST 2024
MacDue 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.
https://github.com/llvm/llvm-project/pull/104649
More information about the flang-commits
mailing list