Files
clang-p2996/mlir/test/mlir-reduce/single-function.mlir
River Riddle 63237cddc1 [mlir][NFC] Update textual references of func to func.func in tool/runner tests
The special case parsing of `func` operations is being removed.
2022-04-20 22:17:30 -07:00

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
}