[InstCombine] Signed saturation patterns
[llvm-core.git] / test / FileCheck / check-substring-multi-prefix.txt
blob1fb25d8f58c4ced678b131d10a549bf9fb04dc87
1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
3 foo
4 bar
5 buzz
7 // Use regex notation so the checks don't match themselves.
8 OVERLAP: fo{{o}}
9 AAAOVERLAP: ba{{r}}
10 OVERLAP: buz{{z}}