blob: b18f96695ff571e08aacff312a4c5ec9f78486ef [file] [log] [blame]
Akira Hatanaka6b2d8412013-10-29 19:29:03 +00001; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=32
Akira Hatanaka8f1caeb2013-11-11 21:49:03 +00002; RUN: llc -march=mipsel -mattr=+fp64 < %s | FileCheck %s -check-prefix=32
Akira Hatanaka6b2d8412013-10-29 19:29:03 +00003; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
4
5; 32: addiu $sp, $sp, -8
Akira Hatanaka6b2d8412013-10-29 19:29:03 +00006; 64: addiu $sp, $sp, -16
7
8define i32 @foo1() #0 {
9entry:
10 ret i32 14
11}
12
13attributes #0 = { "no-frame-pointer-elim"="true" }