comparison test/CodeGen/Mips/selgt.ll @ 100:7d135dc70f03

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
96:6418606d0ead 100:7d135dc70f03
1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=16 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=16
2 2
3 @t = global i32 10, align 4 3 @t = global i32 10, align 4
4 @f = global i32 199, align 4 4 @f = global i32 199, align 4
5 @a = global i32 1, align 4 5 @a = global i32 1, align 4
6 @b = global i32 10, align 4 6 @b = global i32 10, align 4