[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
Wed Apr 8 12:30:27 PDT 2020


nicolasvasilache added a comment.

@mehdi_amini had forgotten to update the test, fixed.

Things now work as expected, my intuition is that a change interfered with this revision at the time I created it: 9dfcddfaae50a3138173311a15e7ab19d36c1860 <https://reviews.llvm.org/rG9dfcddfaae50a3138173311a15e7ab19d36c1860> was landed on Jan 29th which is the day I also created this revision.
I submitted 3cb1f35df2a560d5a8ce2047b87cba8e3c904170 <https://reviews.llvm.org/rG3cb1f35df2a560d5a8ce2047b87cba8e3c904170> recently to deal with the affine_min case and things now work properly.


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