llvm-project
e8e97aaa - [Linalg] Fix linalg.pack canonicalization priority issue (#160340)

Commit
86 days ago
[Linalg] Fix linalg.pack canonicalization priority issue (#160340) The current canonicalization prioritizes unpack->pack folder over dropping padding if not needed but that folder fails if there is padding and hence blocks all canonicalizations. We now put the failures in the if statement so that we can proceed if the unpack->pack folder conditions are not met. Signed-off-by: Nirvedh Meshram <nirvedh@gmail.com>
Parents
Loading