[Mlir-commits] [flang] [mlir] [mlir] Enable decoupling two kinds of greedy behavior. (PR #104649)

Kazu Hirata llvmlistbot at llvm.org
Fri Dec 20 09:19:02 PST 2024


kazutakahirata wrote:

With this patch, I am getting:

```
mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp:535:13: error: 'applyPatternsAndF
oldGreedily' is deprecated: Use applyPatternsGreedily() instead [-Werror,-Wdeprecated-declarations]                                      
            applyPatternsAndFoldGreedily(getOperation(), std::move(patterns))))                                                          
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                 
            applyPatternsGreedily
```

Is there any way you could take a look at this?  Thanks!


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


More information about the Mlir-commits mailing list