repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix edge cases in handling basic block split.
[llvm-complete.git]
/
test
/
CodeGen
/
PowerPC
/
store-load-fwd.ll
blob
761fb5a318d3260b819fb1683aed637e3ea1904e
1
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep lwz
2
int %test(int* %P) {
3
store int 1, int* %P
4
%V = load int* %P
5
ret int %V
6
}