brintos

brintos / llvm-project-archived public Read only

0
0
Text · 306 B · 8255d37 Raw
14 lines · plain
1; Check that fuzzer will succeed on a trivial input2; REQUIRES: x86-registered-target3 4; Temporary bitcode file5; RUN: opt -o %t %s6 7; RUN: llvm-opt-fuzzer %t -ignore_remaining_args=1 -mtriple x86_64 -passes instcombine 2>&1 | FileCheck %s8; CHECK: Running9 10define i32 @test(i32 %n) {11entry:12  ret i32 013}14