Sign in
llvm
/
llvm-project
/
ec056f54589d937ae3f74d795b94de886cbb7ec7
/
.
/
mlir
/
test
/
Analysis
/
DataFlow
/
test-last-modified-error.mlir
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
}