Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
mlir
/
test
/
Transforms
/
invalid-outer-loop-size.mlir
blob: 7c1e92a4b7ba75c7c1de767b602f79df3d542980 [
file
] [
log
] [
blame
] [
edit
]
// 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
}