blob: 57476e60d3c2a9137065bf27897d13cc677aeb12 [file]
// RUN: not mlir-opt -test-last-modified %s 2>&1 | FileCheck %s
// test error propagation from UnderlyingValueAnalysis::visitOperation
// CHECK: this op is always fails
func.func @test() {
%c0 = arith.constant { always_fail } 0 : i32
return
}