From: Yevgeny Rouban Date: Mon, 15 Apr 2019 09:30:31 +0000 (+0000) Subject: Codegen: Fixed perf branch_weights in couple of tests. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=964976f9b89fac91c4a4793c2cd0694ff6b845e9;p=llvm Codegen: Fixed perf branch_weights in couple of tests. NFC. This is need to pass future checks of perf branch_weights metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358384 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/ragreedy-csr.ll b/test/CodeGen/AArch64/ragreedy-csr.ll index 94eeba7c795..a7e3015346f 100644 --- a/test/CodeGen/AArch64/ragreedy-csr.ll +++ b/test/CodeGen/AArch64/ragreedy-csr.ll @@ -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} diff --git a/test/CodeGen/X86/ragreedy-bug.ll b/test/CodeGen/X86/ragreedy-bug.ll index bfeb041f89a..7a7c98fba4e 100644 --- a/test/CodeGen/X86/ragreedy-bug.ll +++ b/test/CodeGen/X86/ragreedy-bug.ll @@ -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}