[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Mips / micromips-not16.ll
blob2def472fce40ae22354b5073d10c7c4ea8ccc509
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, ptr %retval
9   %0 = load i64, ptr %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, ptr %retval
15   br label %return
17 if.end:
18   store i32 0, ptr %retval
19   br label %return
21 return:
22   %1 = load i32, ptr %retval
23   ret i32 %1
26 ; CHECK: not16