[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / tools / llvm-opt-fuzzer / simple-run.ll
blob8255d374a12c5abd0988b66c973f15dfbd9d8572
1 ; Check that fuzzer will succeed on a trivial input
2 ; REQUIRES: x86-registered-target
4 ; Temporary bitcode file
5 ; RUN: opt -o %t %s
7 ; RUN: llvm-opt-fuzzer %t -ignore_remaining_args=1 -mtriple x86_64 -passes instcombine 2>&1 | FileCheck %s
8 ; CHECK: Running
10 define i32 @test(i32 %n) {
11 entry:
12   ret i32 0