[llvm-commits] [llvm] r84515 - in /llvm/trunk/test/CodeGen/ARM: globals.ll load-global.ll

Chris Lattner sabre at nondot.org
Mon Oct 19 11:18:07 PDT 2009


Author: lattner
Date: Mon Oct 19 13:18:07 2009
New Revision: 84515

URL: http://llvm.org/viewvc/llvm-project?rev=84515&view=rev
Log:
rename test

Added:
    llvm/trunk/test/CodeGen/ARM/globals.ll
      - copied unchanged from r84505, llvm/trunk/test/CodeGen/ARM/load-global.ll
Removed:
    llvm/trunk/test/CodeGen/ARM/load-global.ll

Removed: llvm/trunk/test/CodeGen/ARM/load-global.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/load-global.ll?rev=84514&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/load-global.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/load-global.ll (removed)
@@ -1,15 +0,0 @@
-; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=static | \
-; RUN:   not grep {L_G\$non_lazy_ptr}
-; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=dynamic-no-pic | \
-; RUN:   grep {L_G\$non_lazy_ptr} | count 2
-; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | \
-; RUN:   grep {ldr.*pc} | count 1
-; RUN: llc < %s -mtriple=arm-linux-gnueabi -relocation-model=pic | \
-; RUN:   grep {GOT} | count 1
-
- at G = external global i32
-
-define i32 @test1() {
-	%tmp = load i32* @G
-	ret i32 %tmp
-}





More information about the llvm-commits mailing list