2016-08-04 02:17:35 +08:00
|
|
|
; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
|
2013-03-12 23:18:14 +08:00
|
|
|
; RUN: grep "stw r3, 32751"
|
2016-08-04 02:17:35 +08:00
|
|
|
; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2013-03-12 23:18:14 +08:00
|
|
|
; RUN: grep "stw r3, 32751"
|
2016-08-04 02:17:35 +08:00
|
|
|
; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
|
2013-03-12 23:18:14 +08:00
|
|
|
; RUN: grep "std r3, 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
|
|
|
|
}
|
|
|
|
|