[ARM] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git] / test / FileCheck / check-multiple-prefixes-mixed.txt
blob1e6bcbf3e72a111848094a5878cc09940e1dc69a
1 // RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s
2 // RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s
3 // RUN: FileCheck -check-prefixes=B,BOTH -input-file %s %s
4 // RUN: FileCheck -check-prefixes=A,BOTH -input-file %s %s
6 ; A: {{a}}aaaaa
7 ; B: {{b}}bbbb
8 ; BOTH: {{q}}qqqqq
9 aaaaaa
10 bbbbb
11 qqqqqq
12 ccccc