[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-reduce / operands-skip-parallel.ll
blob5d6f1083b84f7035a657cd64b453ba49afebbbe4
1 ; This reuses llvm/test/tools/llvm-reduce/operands-skip.ll
2 ; REQUIRES: thread_support
4 ; RUN: llvm-reduce -j 2 %S/operands-skip.ll -o %t.1 --delta-passes=operands-skip --test FileCheck --test-arg %S/operands-skip.ll --test-arg --match-full-lines --test-arg --check-prefix=INTERESTING --test-arg --input-file
5 ; RUN: FileCheck %S/operands-skip.ll --input-file %t.1 --check-prefixes=REDUCED
7 ; RUN: llvm-reduce -j 4 %S/operands-skip.ll -o %t.2 --delta-passes=operands-skip --test FileCheck --test-arg %S/operands-skip.ll --test-arg --match-full-lines --test-arg --check-prefix=INTERESTING --test-arg --input-file
8 ; RUN: FileCheck %S/operands-skip.ll --input-file %t.2 --check-prefixes=REDUCED