mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
If a dimension is not tiled, it is always valid to fuse the pack op, even if it has padding semantics. Because it always generates a full slice along the dimension. If a dimension is tiled and it does not need extra padding, the fusion is valid. The revision also formats corresponding tests for consistency. --------- Signed-off-by: hanhanW <hanhan0912@gmail.com>
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.