blob: 6f985c819fb676d1cb60cefe76097ec12f034569 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
Chandler Carruth4177e6f2012-07-02 12:47:22 +00002; RUN: grep "stw r4, 32751"
Dan Gohmanfce288f2009-09-09 00:09:15 +00003; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
Chandler Carruth4177e6f2012-07-02 12:47:22 +00004; RUN: grep "stw r4, 32751"
Dan Gohmanfce288f2009-09-09 00:09:15 +00005; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
Chandler Carruth4177e6f2012-07-02 12:47:22 +00006; RUN: grep "std r4, 9024"
Chris Lattner6e1472a2007-02-17 06:41:57 +00007
Chris Lattner728ea192010-02-21 20:33:20 +00008define void @test() nounwind {
Chris Lattner6e1472a2007-02-17 06:41:57 +00009 store i32 0, i32* inttoptr (i64 48725999 to i32*)
10 ret void
11}
12
Chris Lattner728ea192010-02-21 20:33:20 +000013define void @test2() nounwind {
Chris Lattner0f743722007-02-17 06:57:11 +000014 store i64 0, i64* inttoptr (i64 74560 to i64*)
15 ret void
16}
17