brintos

brintos / llvm-project-archived public Read only

0
0
Text · 748 B · 11e6647 Raw
9 lines · plain
1; This reuses llvm/test/tools/llvm-reduce/operands-skip.ll2; REQUIRES: thread_support3 4; RUN: llvm-reduce --abort-on-invalid-reduction -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-file5; RUN: FileCheck %S/operands-skip.ll --input-file %t.1 --check-prefixes=REDUCED6 7; RUN: llvm-reduce --abort-on-invalid-reduction -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-file8; RUN: FileCheck %S/operands-skip.ll --input-file %t.2 --check-prefixes=REDUCED9