single-function.mlir 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // RUN: mlir-opt %s // RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer func @test() { "test.crashOp"() : () -> () return }