mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
New testcase for loads and stores
llvm-svn: 4715
This commit is contained in:
parent
06066e17c3
commit
842793e45f
12
test/Regression/Jello/test-loadstore.ll
Normal file
12
test/Regression/Jello/test-loadstore.ll
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
void %test(sbyte* %P, short* %P, int* %P) {
|
||||
%V = load sbyte* %P
|
||||
store sbyte %V, sbyte* %P
|
||||
|
||||
%V = load short* %P
|
||||
store short %V, short* %P
|
||||
|
||||
%V = load int* %P
|
||||
store int %V, int* %P
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user