Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/Mips/emergency-spill-slot-near-fp.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 7d135dc70f03 |
children | 803732b1fca8 |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; Check that register scavenging spill slot is close to $fp. | 1 ; Check that register scavenging spill slot is close to $fp. |
2 ; RUN: llc -march=mipsel -O0 < %s | FileCheck %s | 2 ; RUN: llc -march=mipsel -O0 -relocation-model=pic < %s | FileCheck %s |
3 | 3 |
4 ; CHECK: sw ${{.*}}, 8($sp) | 4 ; CHECK: sw ${{.*}}, 8($sp) |
5 ; CHECK: lw ${{.*}}, 8($sp) | 5 ; CHECK: lw ${{.*}}, 8($sp) |
6 | 6 |
7 define i32 @main(i32 signext %argc, i8** %argv) #0 { | 7 define i32 @main(i32 signext %argc, i8** %argv) #0 { |