2007-04-15 21:17:45 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin | \
|
2008-07-17 19:10:17 +00:00
|
|
|
; RUN: grep {stw r3, 32751}
|
2007-04-15 21:17:45 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2008-07-17 19:10:17 +00:00
|
|
|
; RUN: grep {stw r3, 32751}
|
2007-04-15 21:17:45 +00:00
|
|
|
; RUN: llvm-as < %s | llc -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
|
|
|
; RUN: grep {std r2, 9024}
|
2007-02-17 06:41:57 +00:00
|
|
|
|
|
|
|
define void @test() {
|
|
|
|
store i32 0, i32* inttoptr (i64 48725999 to i32*)
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|
2007-02-17 06:57:11 +00:00
|
|
|
define void @test2() {
|
|
|
|
store i64 0, i64* inttoptr (i64 74560 to i64*)
|
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|