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

Kazu Hirata llvmlistbot at llvm.org
Wed Sep 11 19:20:38 PDT 2024


kazutakahirata 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);
```



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


More information about the Mlir-commits mailing list