bolt/deps/llvm-18.1.8/mlir/test/mlir-reduce/single-function.mlir
2025-02-14 19:21:04 +01:00

7 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
}