[PATCH] D79135: [mlir][Linalg] Add support to lower named ops to loops.

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 06:46:57 PDT 2020


nicolasvasilache added inline comments.


================
Comment at: mlir/test/Dialect/Linalg/loops.mlir:6
 // Test that we can lower all the way to LLVM without crashing, don't check results here.
-// RUN: mlir-opt %s --convert-linalg-to-llvm -o=/dev/null 2>&1
+// RUN: mlir-opt %s -convert-linalg-to-loops --convert-linalg-to-llvm -o=/dev/null 2>&1
 
----------------
ftynse wrote:
> I'm surprised this ever worked on non-unix system
Hmm, I've picked this up from [here](https://github.com/llvm/llvm-project/blob/master/llvm/test/Other/opt-O0-pipeline.ll) IIRC


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79135





More information about the llvm-commits mailing list