[Mlir-commits] [mlir] [mlir][scf] Extend consumer fuse to single nested `scf.for` (PR #94190)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Sep 11 19:44:21 PDT 2024


Yun-Fly wrote:

> I've reverted your patch because of a build failure reported at:
> 
> https://lab.llvm.org/buildbot/#/builders/138/builds/3524
> 
> Meanwhile, in my environment with clang-16.0.6 as the host compiler, I see:
> 
> ```
> mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp:1794:49: error: captured structured bindings are a C++20 extension [-Werror,-Wc++20-extensions]                              
>           tiledDestStyleOp.getDpsInitsMutable()[index].set(destSlice);
> ```

Sorry for that. I have reopened the new mirror PR(#108318) with build fix.

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


More information about the Mlir-commits mailing list