8 lines
154 B
MLIR
8 lines
154 B
MLIR
|
// RUN: mlir-opt %s
|
||
|
// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer
|
||
|
|
||
|
func.func @test() {
|
||
|
"test.op_crash"() : () -> ()
|
||
|
return
|
||
|
}
|