mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4176525cc
commit
65026a72ef
12
test/CodeGen/PowerPC/reg-coalesce-simple.ll
Normal file
12
test/CodeGen/PowerPC/reg-coalesce-simple.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | not grep or
|
||||
|
||||
%struct.foo = type { int, int, [0 x ubyte] }
|
||||
int %test(%struct.foo* %X) {
|
||||
%tmp1 = getelementptr %struct.foo* %X, int 0, uint 2, int 100
|
||||
%tmp = load ubyte* %tmp1 ; <ubyte> [#uses=1]
|
||||
%tmp2 = cast ubyte %tmp to int ; <int> [#uses=1]
|
||||
ret int %tmp2}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user