[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/store-load-fwd.ll

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 10 14:57:49 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

store-load-fwd.ll added (r1.1)
---
Log message:

new testcase


---
Diffs of the changes:  (+7 -0)

 store-load-fwd.ll |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/test/Regression/CodeGen/PowerPC/store-load-fwd.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/store-load-fwd.ll:1.1
*** /dev/null	Mon Oct 10 16:57:47 2005
--- llvm/test/Regression/CodeGen/PowerPC/store-load-fwd.ll	Mon Oct 10 16:57:37 2005
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llc -march=ppc32 &&
+ ; RUN: llvm-as < %s | llc -march=ppc32 | not grep lwz
+ int %test(int* %P) {
+ 	store int 1, int* %P
+ 	%V = load int* %P
+ 	ret int %V
+ }






More information about the llvm-commits mailing list