2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
|
2013-03-12 15:18:14 +00:00
|
|
|
; RUN: grep "stw r3, 32751"
|
2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2013-03-12 15:18:14 +00:00
|
|
|
; RUN: grep "stw r3, 32751"
|
2009-09-09 00:09:15 +00:00
|
|
|
; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2013-03-12 15:18:14 +00:00
|
|
|
; RUN: grep "std r3, 9024"
|
2007-02-17 06:41:57 +00:00
|
|
|
|
2010-02-21 20:33:20 +00:00
|
|
|
define void @test() nounwind {
|
2007-02-17 06:41:57 +00:00
|
|
|
store i32 0, i32* inttoptr (i64 48725999 to i32*)
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2010-02-21 20:33:20 +00:00
|
|
|
define void @test2() nounwind {
|
2007-02-17 06:57:11 +00:00
|
|
|
store i64 0, i64* inttoptr (i64 74560 to i64*)
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|