mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
It was disabled because there may be artificial padding. After [refining the pack op semantics](773e158c64),
we can assume that there is no artificial padding. Thus, the check can
be removed, and we can unconditionally enable the consumer fusion if it
is a perfect tiling case.
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.