[llvm] 7da4ee2 - [ThinLTO] Fix bot failures

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 18:01:01 PDT 2021


Author: Teresa Johnson
Date: 2021-09-23T18:00:48-07:00
New Revision: 7da4ee2df088d39c7ca6531d80172af7d973bb67

URL: https://github.com/llvm/llvm-project/commit/7da4ee2df088d39c7ca6531d80172af7d973bb67
DIFF: https://github.com/llvm/llvm-project/commit/7da4ee2df088d39c7ca6531d80172af7d973bb67.diff

LOG: [ThinLTO] Fix bot failures

Fix bot failures after 2c1defeee40cf643ea6f0fa5e01164c9a4c48c30. The new
GUID I added isn't matching because it is a local with the source path
prepended. There isn't much use in matching the GUID's exactly anyway,
so remove those from the patterns.

Added: 
    

Modified: 
    llvm/test/ThinLTO/X86/distributed_indexes.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/ThinLTO/X86/distributed_indexes.ll b/llvm/test/ThinLTO/X86/distributed_indexes.ll
index 245ece4f97368..496fa4b00c295 100644
--- a/llvm/test/ThinLTO/X86/distributed_indexes.ll
+++ b/llvm/test/ThinLTO/X86/distributed_indexes.ll
@@ -16,11 +16,11 @@
 ; BACKEND1-NEXT: </MODULE_STRTAB_BLOCK
 ; BACKEND1-NEXT: <GLOBALVAL_SUMMARY_BLOCK
 ; BACKEND1-NEXT: <VERSION
-; BACKEND1-DAG: <VALUE_GUID op0={{.*}} op1=-5751648690987223394
-; BACKEND1-DAG: <VALUE_GUID op0={{.*}} op1=-5300342847281564238
-; BACKEND1-DAG: <VALUE_GUID op0={{.*}} op1=-3706093650706652785
-; BACKEND1-DAG: <VALUE_GUID op0={{.*}} op1=-1039159065113703048
-; BACKEND1-DAG: <VALUE_GUID op0={{.*}} op1=-126160295109682753
+; BACKEND1-DAG: <VALUE_GUID op0={{.*}}
+; BACKEND1-DAG: <VALUE_GUID op0={{.*}}
+; BACKEND1-DAG: <VALUE_GUID op0={{.*}}
+; BACKEND1-DAG: <VALUE_GUID op0={{.*}}
+; BACKEND1-DAG: <VALUE_GUID op0={{.*}}
 ; BACKEND1-NEXT: <COMBINED {{.*}} op1=0
 ; BACKEND1-NEXT: <COMBINED {{.*}} op1=0
 ; BACKEND1-NEXT: <COMBINED {{.*}} op1=1
@@ -35,9 +35,9 @@
 ; BACKEND2-NEXT: </MODULE_STRTAB_BLOCK
 ; BACKEND2-NEXT: <GLOBALVAL_SUMMARY_BLOCK
 ; BACKEND2-NEXT: <VERSION
-; BACKEND2-DAG: <VALUE_GUID op0={{.*}} op1=-5751648690987223394/>
-; BACKEND2-DAG: <VALUE_GUID op0={{.*}} op1=-5300342847281564238/>
-; BACKEND2-DAG: <VALUE_GUID op0={{.*}} op1=-1039159065113703048/>
+; BACKEND2-DAG: <VALUE_GUID op0={{.*}}
+; BACKEND2-DAG: <VALUE_GUID op0={{.*}}
+; BACKEND2-DAG: <VALUE_GUID op0={{.*}}
 ; BACKEND2-NEXT: <COMBINED
 ; BACKEND2-NEXT: <COMBINED
 ; BACKEND2-NEXT: <COMBINED_ALIAS


        


More information about the llvm-commits mailing list