[llvm] r343976 - Fix test case for @r343970
Xin Tong via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 8 09:38:00 PDT 2018
Author: trentxintong
Date: Mon Oct 8 09:38:00 2018
New Revision: 343976
URL: http://llvm.org/viewvc/llvm-project?rev=343976&view=rev
Log:
Fix test case for @r343970
op2 for weakodr symbols is 101 from bcanalyzer.
Modified:
llvm/trunk/test/ThinLTO/X86/deadstrip.ll
Modified: llvm/trunk/test/ThinLTO/X86/deadstrip.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/deadstrip.ll?rev=343976&r1=343975&r2=343976&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/deadstrip.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/deadstrip.ll Mon Oct 8 09:38:00 2018
@@ -35,6 +35,8 @@
; COMBINED-DAG: <COMBINED {{.*}} op2=119
; Live, dso_local, Internal
; COMBINED-DAG: <COMBINED {{.*}} op2=103
+; Live, Local, WeakODR
+; COMBINED-DAG: <COMBINED {{.*}} op2=101
; Live, Local, LinkOnceODR
; COMBINED-DAG: <COMBINED {{.*}} op2=99
; Live, Local, AvailableExternally
@@ -43,8 +45,6 @@
; COMBINED-DAG: <COMBINED {{.*}} op2=96
; COMBINED-DAG: <COMBINED {{.*}} op2=96
; COMBINED-DAG: <COMBINED {{.*}} op2=96
-; Live, Local, WeakODR
-; COMBINED-DAG: <COMBINED {{.*}} op2=69
; Local, (Dead)
; COMBINED-DAG: <COMBINED {{.*}} op2=64
; COMBINED-DAG: <COMBINED {{.*}} op2=64
More information about the llvm-commits
mailing list