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