diff options
-rw-r--r-- | llvm/test/CodeGen/AArch64/ragreedy-csr.ll | 4 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/ragreedy-bug.ll | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AArch64/ragreedy-csr.ll b/llvm/test/CodeGen/AArch64/ragreedy-csr.ll index 94eeba7c795..a7e3015346f 100644 --- a/llvm/test/CodeGen/AArch64/ragreedy-csr.ll +++ b/llvm/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/llvm/test/CodeGen/X86/ragreedy-bug.ll b/llvm/test/CodeGen/X86/ragreedy-bug.ll index bfeb041f89a..7a7c98fba4e 100644 --- a/llvm/test/CodeGen/X86/ragreedy-bug.ll +++ b/llvm/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} |