[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-isel-fuzzer / execname-options.ll
blobdfce73ed2e24cd6d86dfd08b07da8808bd25e00f
1 ; If the binary looks up libraries using an rpath, we can't test this
2 ; without copying the whole lib dir or polluting the build dir.
3 ; REQUIRES: static-libs
5 ; The above also applies if the binary is built with libc++.
6 ; UNSUPPORTED: libcxx-used
8 ; RUN: echo > %t.input
10 ; RUN: cp llvm-isel-fuzzer %t.bin--gisel
11 ; RUN: not %t.bin--gisel %t.input 2>&1 | FileCheck -check-prefix=GISEL %s
12 ; GISEL: Injected args: -global-isel -O0
13 ; GISEL: -mtriple must be specified
15 ; RUN: cp llvm-isel-fuzzer %t.bin--gisel-O2
16 ; RUN: not %t.bin--gisel-O2 %t.input 2>&1 | FileCheck -check-prefix=GISEL-O2 %s
17 ; GISEL-O2: Injected args: -global-isel -O0 -O2
18 ; GISEL-O2: -mtriple must be specified
20 ; RUN: cp llvm-isel-fuzzer %t.bin--unexist
21 ; RUN: not %t.bin--unexist %t.input 2>&1 | FileCheck -check-prefix=NO-OPT %s
22 ; NO-OPT: Unknown option: