Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/Mips/micromips-not16.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/CodeGen/Mips/micromips-not16.ll Tue Oct 13 17:48:58 2015 +0900 @@ -0,0 +1,26 @@ +; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \ +; RUN: -relocation-model=pic -O3 < %s | FileCheck %s + +define i32 @main() { +entry: + %retval = alloca i32, align 4 + %x = alloca i64, align 8 + store i32 0, i32* %retval + %0 = load i64, i64* %x, align 8 + %cmp = icmp ne i64 %0, 9223372036854775807 + br i1 %cmp, label %if.then, label %if.end + +if.then: + store i32 1, i32* %retval + br label %return + +if.end: + store i32 0, i32* %retval + br label %return + +return: + %1 = load i32, i32* %retval + ret i32 %1 +} + +; CHECK: not16