diff options
author | Yun-Fly <yunfei.song@intel.com> | 2024-09-12 12:01:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 12:01:23 +0800 |
commit | a9ba1b6dd5133aa4432759c203e807d8039b4cbd (patch) | |
tree | 54c8cf336ce903a7b07b5579684af0340760c4e2 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | b7167c784486581dad3f3188232951b79c6d0fd9 (diff) | |
download | llvm-a9ba1b6dd5133aa4432759c203e807d8039b4cbd.zip llvm-a9ba1b6dd5133aa4432759c203e807d8039b4cbd.tar.gz llvm-a9ba1b6dd5133aa4432759c203e807d8039b4cbd.tar.bz2 |
[mlir][scf] Extend consumer fuse to single nested `scf.for` (#108318)
Refactor current consumer fusion based on `addInitOperandsToLoopNest` to support single nested `scf.for`, E.g.
```
%0 = scf.for() {
%1 = scf.for() {
tiledProducer
}
yield %1
}
%2 = consumer ins(%0)
```
Compared with #94190, this PR fix build failure by making C++17 happy.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions