The lowering pattern to LLVM for memref.transpose has a bug where
instead of transposing from (source) -> (dest) it actually transposes
(dest) -> (source). This patch fixes the bug and updates the test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for the review @nicolasvasilache, can you land this for me? The tests have passed, just the phabricator update job seems to have failed because phab is very slow.
I'll have a look at changing the permutation maps to integer indices and submit that directly as github PR.