2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
|
2011-10-25 01:45:02 +08:00
|
|
|
; RUN: grep {stw r4, 32751}
|
2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2011-10-25 01:45:02 +08:00
|
|
|
; RUN: grep {stw r4, 32751}
|
2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2011-10-25 01:45:02 +08:00
|
|
|
; RUN: grep {std r4, 9024}
|
2007-02-17 14:41:57 +08:00
|
|
|
|
2010-02-22 04:33:20 +08:00
|
|
|
define void @test() nounwind {
|
2007-02-17 14:41:57 +08:00
|
|
|
store i32 0, i32* inttoptr (i64 48725999 to i32*)
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2010-02-22 04:33:20 +08:00
|
|
|
define void @test2() nounwind {
|
2007-02-17 14:57:11 +08:00
|
|
|
store i64 0, i64* inttoptr (i64 74560 to i64*)
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|