This revision relaxes constraint of tiling when there are multiple destination operands. It also adds a test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Generally looks good but could we add a test that is a little more complex?
Something 2-D with a permutation somewhere.
Comment Actions
Good point. I tried 2-D with permutation, I found a bug. I put a fix D133204 that includes 2-D test.
Comment Actions
Hi, this change is failing to build on all of our (Linaro's) flang bots: https://lab.llvm.org/buildbot/#/builders/175/builds/17706
Please take a look and if it's going to take a while to fix, revert first.
Comment Actions
Great, thanks!
(I assumed you would but it's toward end of work day here so wanted to make sure you were aware before I go)