brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 2c1213a Raw
8 lines · plain
1// RUN: mlir-opt %s2// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer3 4func.func @test() {5  "test.op_crash"() : () -> ()6  return7}8