[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / Mips / micromips-not16.ll
blobd31aefae6f0d91c26c407ae168f2c9705394a5d0
1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
2 ; RUN:   -relocation-model=pic -O3 < %s | FileCheck %s
4 define i32 @main() {
5 entry:
6   %retval = alloca i32, align 4
7   %x = alloca i64, align 8
8   store i32 0, i32* %retval
9   %0 = load i64, i64* %x, align 8
10   %cmp = icmp ne i64 %0, 9223372036854775807
11   br i1 %cmp, label %if.then, label %if.end
13 if.then:
14   store i32 1, i32* %retval
15   br label %return
17 if.end:
18   store i32 0, i32* %retval
19   br label %return
21 return:
22   %1 = load i32, i32* %retval
23   ret i32 %1
26 ; CHECK: not16