diff options
author | Han-Chung Wang <hanhan0912@gmail.com> | 2025-07-18 10:42:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-18 10:42:42 -0700 |
commit | 3ea6da59ecda0708d85f78f1feb4090a8551ce90 (patch) | |
tree | f29e67167b36b382b71d226681dc8bba908a2cdd /llvm/lib/CodeGen/MachineFunctionAnalysis.cpp | |
parent | 87c2adbb589d4cd0b6dfb374fce24d29c6bafac0 (diff) | |
download | llvm-3ea6da59ecda0708d85f78f1feb4090a8551ce90.zip llvm-3ea6da59ecda0708d85f78f1feb4090a8551ce90.tar.gz llvm-3ea6da59ecda0708d85f78f1feb4090a8551ce90.tar.bz2 |
[mlir][linalg] Allow pack consumer fusion if the tile size is greater than dimension size. (#149438)
This happens only when you use larger tile size, which is greater than
or equal to the dimension size. In this case, it is a full slice, so it
is fusible.
The IR can be generated during the TileAndFuse process. It is hard to
fix in such driver, so we enable the naive fusion for the case.
---------
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions