diff options
author | Nirvedh Meshram <96096277+nirvedhmeshram@users.noreply.github.com> | 2025-09-23 12:43:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 12:43:11 -0500 |
commit | e8e97aaafcd9d21f537835e9caecb072ea6d74c0 (patch) | |
tree | 1df70320bdee9dd07db3a4929d54ce3c3527d659 /llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp | |
parent | 81cf8b886b3c617f7e6806de7856e81148ed477c (diff) | |
download | llvm-e8e97aaafcd9d21f537835e9caecb072ea6d74c0.zip llvm-e8e97aaafcd9d21f537835e9caecb072ea6d74c0.tar.gz llvm-e8e97aaafcd9d21f537835e9caecb072ea6d74c0.tar.bz2 |
[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>
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp')
0 files changed, 0 insertions, 0 deletions