Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/Mips/srl2.ll @ 100:7d135dc70f03 LLVM 3.9
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 -O3 < %s | FileCheck %s -check-prefix=16 | 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16 |
2 | 2 |
3 @i = global i32 10654, align 4 | 3 @i = global i32 10654, align 4 |
4 @j = global i32 0, align 4 | 4 @j = global i32 0, align 4 |
5 @k = global i32 4, align 4 | 5 @k = global i32 4, align 4 |
6 @.str = private unnamed_addr constant [5 x i8] c"%i \0A\00", align 1 | 6 @.str = private unnamed_addr constant [5 x i8] c"%i \0A\00", align 1 |