[PATCH] D73656: [mlir][Linalg] Add a Linalg DRR test to go from matmul to vectors

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 28 10:12:20 PDT 2020


nicolasvasilache added a comment.

> it isn't clear to me what is this testing that isn't already tested.

It wants to test that these patterns compose and atm they don't, something is off that I have not been able to debug yet.  
Once debugged and the pass can be standalone I sure want to guarantee these patterns will compose forever, hence a test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73656/new/

https://reviews.llvm.org/D73656





More information about the llvm-commits mailing list