[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / llvm-strings / negative-char.test
blob8c60685bf70c114406cc8bb3085bf387aaf48b23
1 ## Show that llvm-strings can handle a negative signed char value (i.e. > 0x7f).
2 ## Such characters should form string delimiters like other unprintable ones.
4 # RUN: echo -e "z\0\x80\0a\0" | llvm-strings --bytes 1 - | FileCheck %s
5 # CHECK: z{{$}}
6 # CHECK-NEXT: {{^}}a