Changes in directory llvm/test/CodeGen/PowerPC:
LargeAbsoluteAddr.ll updated: 1.1 -> 1.2 --- Log message: new test --- Diffs of the changes: (+6 -0) LargeAbsoluteAddr.ll | 6 ++++++ 1 files changed, 6 insertions(+) Index: llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll diff -u llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll:1.1 llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll:1.2 --- llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll:1.1 Sat Feb 17 00:41:57 2007 +++ llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll Sat Feb 17 00:57:11 2007 @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llc -march=ppc32 | grep 'stw r3, 32751' && ; RUN: llvm-as < %s | llc -march=ppc64 | grep 'stw r3, 32751' && +; RUN: llvm-as < %s | llc -march=ppc64 | grep 'std r2, 9024' && ; RUN: llvm-as < %s | llc define void @test() { @@ -7,3 +8,8 @@ ret void } +define void @test2() { + store i64 0, i64* inttoptr (i64 74560 to i64*) + ret void +} + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits