[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / FileCheck / check-label-dag.txt
blobe52501f8961ce8bf85962be0fac1581a6e053971
1 ; RUN: %ProtectFileCheckOutput not FileCheck -input-file %s %s 2>&1 \
2 ; RUN: | FileCheck --check-prefix=ERROR %s
4 bar
5 zed
7 CHECK-LABEL: {{^}}bar
8 CHECK-DAG: {{^}}foo
9 CHECK-LABEL: {{^}}zed
11 ERROR: error: CHECK-DAG: expected string not found in input
12 ERROR-NEXT: CHECK-DAG: {{.....}}foo