[PATCH] D73656: [mlir][Linalg] Add a Linalg DRR test to go from matmul to vectors
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 10:51:46 PDT 2020
mehdi_amini added inline comments.
================
Comment at: mlir/test/Dialect/Linalg/matmul-to-vector.mlir:1
+// RUN: mlir-opt %s -linalg-matmul-to-vector -canonicalize -linalg-matmul-to-vector | FileCheck %s
+
----------------
Did you solve why we need a canonicalize here?
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