brintos

brintos / llvm-project-archived public Read only

0
0
Text · 248 B · 57476e6 Raw
9 lines · plain
1// RUN: not mlir-opt -test-last-modified %s 2>&1 | FileCheck %s2 3// test error propagation from UnderlyingValueAnalysis::visitOperation4// CHECK: this op is always fails5func.func @test() {6  %c0 = arith.constant { always_fail } 0 : i327  return8}9