mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 16:54:58 +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…
x
Reference in New Issue
Block a user