brintos

brintos / llvm-project-archived public Read only

0
0
Text · 218 B · 7c1e92a Raw
7 lines · plain
1// RUN: not mlir-opt -test-extract-fixed-outer-loops %s 2>&1 | FileCheck %s2 3func.func @no_crash(%arg0: memref<?x?xf32>) {4  // CHECK: error: missing `test-outer-loop-sizes` pass-option for outer loop sizes5  return6}7