[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / FileCheck / check-label.txt
blob27f0beeb2911fdb4f40f76a314576559d0d09083
1 ; RUN: FileCheck -input-file %s %s -check-prefix=CHECKOK
2 ; RUN: not FileCheck -input-file %s %s -check-prefix=CHECKFAIL 2>&1 | FileCheck %s -check-prefix=CHECKERROR
4 label0:
8 label1:
12 label2:
16 ; CHECKOK-LABEL: {{^}}label0:
17 ; CHECKOK: {{^}}a
18 ; CHECKOK: {{^}}b
20 ; CHECKOK-LABEL: {{^}}label1:
21 ; CHECKOK: {{^}}b
22 ; CHECKOK: {{^}}c
24 ; CHECKOK-LABEL: {{^}}label2:
25 ; CHECKOK: {{^}}a
26 ; CHECKOK: {{^}}c
28 ; CHECKFAIL-LABEL: {{^}}label0:
29 ; CHECKFAIL: {{^}}a
30 ; CHECKFAIL: {{^}}b
31 ; CHECKFAIL: {{^}}c
33 ; CHECKERROR: expected string not found in input
34 ; CHECKERROR-NEXT: CHECKFAIL: {{[{][{]\^[}][}]}}c
36 ; CHECKFAIL-LABEL: {{^}}label1:
37 ; CHECKFAIL: {{^}}a
38 ; CHECKFAIL: {{^}}b
39 ; CHECKFAIL: {{^}}c
41 ; CHECKERROR: expected string not found in input
42 ; CHECKERROR-NEXT: CHECKFAIL: {{[{][{]\^[}][}]}}a
44 ; CHECKFAIL-LABEL: {{^}}label2:
45 ; CHECKFAIL: {{^}}a
46 ; CHECKFAIL: {{^}}b
47 ; CHECKFAIL: {{^}}c
49 ; CHECKERROR: expected string not found in input
50 ; CHECKERROR-NEXT: CHECKFAIL: {{[{][{]\^[}][}]}}b