Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
a9b36d5f69fcb51a47f586472fe59b6d0c6fb387
/
.
/
test
/
CodeGen
/
PowerPC
/
store-load-fwd.ll
blob: 761fb5a318d3260b819fb1683aed637e3ea1904e [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep lwz
int
%test
(
int
*
%P
)
{
store
int
1
,
int
*
%P
%V
=
load
int
*
%P
ret
int
%V
}