Sign in
llvm
/
llvm-project
/
mlir
/
51c9102f1e1d7fdec657016d09ecf6df3f30b7a1
/
.
/
test
/
Transforms
/
invalid-outer-loop-size.mlir
blob: 7c1e92a4b7ba75c7c1de767b602f79df3d542980 [
file
] [
log
] [
blame
]
// RUN: not mlir-opt -test-extract-fixed-outer-loops %s 2>&1 | FileCheck %s
func
.
func
@no_crash
(%
arg0
:
memref
<?
x
?
xf32
>)
{
// CHECK: error: missing `test-outer-loop-sizes` pass-option for outer loop sizes
return
}