[llvm] r227978 - Further revise too-restrictive test CodeGen/PowerPC/tls-pic.ll

Bill Schmidt wschmidt at linux.vnet.ibm.com
Tue Feb 3 08:29:52 PST 2015


Author: wschmidt
Date: Tue Feb  3 10:29:52 2015
New Revision: 227978

URL: http://llvm.org/viewvc/llvm-project?rev=227978&view=rev
Log:
Further revise too-restrictive test CodeGen/PowerPC/tls-pic.ll

Modified:
    llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll?rev=227978&r1=227977&r2=227978&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/tls-pic.ll Tue Feb  3 10:29:52 2015
@@ -30,7 +30,7 @@ entry:
 ; OPT0-32:        addis [[REG:[0-9]+]], 3, a at dtprel@ha
 ; OPT0-32:        addi  {{[0-9]+}}, [[REG]], a at dtprel@l
 ; OPT1-32-LABEL: main
-; OPT1-32:        addi 3, {{[0-9]+}}, a at got@tlsld
+; OPT1-32:        addi {{[0-9]+}}, {{[0-9]+}}, a at got@tlsld
 ; OPT1-32:        bl __tls_get_addr(a at tlsld)@PLT
 ; OPT1-32:        addis [[REG:[0-9]+]], 3, a at dtprel@ha
 ; OPT1-32:        addi  {{[0-9]+}}, [[REG]], a at dtprel@l





More information about the llvm-commits mailing list