mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
new test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc681d6af4
commit
0f74372ebf
@ -1,5 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep 'stw r3, 32751' &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc64 | grep 'stw r3, 32751' &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc64 | grep 'std r2, 9024' &&
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
define void @test() {
|
||||
@ -7,3 +8,8 @@ define void @test() {
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @test2() {
|
||||
store i64 0, i64* inttoptr (i64 74560 to i64*)
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user