[llvm] r358384 - Codegen: Fixed perf branch_weights in couple of tests. NFC.

Yevgeny Rouban via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 02:30:31 PDT 2019


Author: yrouban
Date: Mon Apr 15 02:30:31 2019
New Revision: 358384

URL: http://llvm.org/viewvc/llvm-project?rev=358384&view=rev
Log:
Codegen: Fixed perf branch_weights in couple of tests. NFC.

This is need to pass future checks of perf branch_weights metadata.

Modified:
    llvm/trunk/test/CodeGen/AArch64/ragreedy-csr.ll
    llvm/trunk/test/CodeGen/X86/ragreedy-bug.ll

Modified: llvm/trunk/test/CodeGen/AArch64/ragreedy-csr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/ragreedy-csr.ll?rev=358384&r1=358383&r2=358384&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/ragreedy-csr.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/ragreedy-csr.ll Mon Apr 15 02:30:31 2019
@@ -278,8 +278,8 @@ return:
 !991 = !{!"branch_weights", i32 8677007, i32 4606493}
 !992 = !{!"branch_weights", i32 -1172426948, i32 145094705}
 !993 = !{!"branch_weights", i32 1468914, i32 5683688}
-!994 = !{!"branch_weights", i32 114025221, i32 -1217548794, i32 -1199521551, i32 87712616}
-!995 = !{!"branch_weights", i32 1853716452, i32 -444717951, i32 932776759}
+!994 = !{!"branch_weights", i32 114025221, i32 -1217548794, i32 -1199521551}
+!995 = !{!"branch_weights", i32 1853716452, i32 -444717951}
 !996 = !{!"branch_weights", i32 1004870, i32 20259}
 !997 = !{!"branch_weights", i32 20071, i32 189}
 !998 = !{!"branch_weights", i32 -1020255939, i32 572177766}

Modified: llvm/trunk/test/CodeGen/X86/ragreedy-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/ragreedy-bug.ll?rev=358384&r1=358383&r2=358384&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/ragreedy-bug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/ragreedy-bug.ll Mon Apr 15 02:30:31 2019
@@ -291,8 +291,8 @@ return:
 !991 = !{!"branch_weights", i32 8677007, i32 4606493}
 !992 = !{!"branch_weights", i32 -1172426948, i32 145094705}
 !993 = !{!"branch_weights", i32 1468914, i32 5683688}
-!994 = !{!"branch_weights", i32 114025221, i32 -1217548794, i32 -1199521551, i32 87712616}
-!995 = !{!"branch_weights", i32 1853716452, i32 -444717951, i32 932776759}
+!994 = !{!"branch_weights", i32 114025221, i32 -1217548794, i32 -1199521551}
+!995 = !{!"branch_weights", i32 1853716452, i32 -444717951}
 !996 = !{!"branch_weights", i32 1004870, i32 20259}
 !997 = !{!"branch_weights", i32 20071, i32 189}
 !998 = !{!"branch_weights", i32 -1020255939, i32 572177766}




More information about the llvm-commits mailing list