[llvm] 0e94ba9 - [NFC][InstCombine] Fixup check lines for prof md in select_meta.ll test

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 10:33:50 PST 2020


Author: Roman Lebedev
Date: 2020-12-18T21:33:30+03:00
New Revision: 0e94ba9d40d931fc1c647347302f39d24bd88d96

URL: https://github.com/llvm/llvm-project/commit/0e94ba9d40d931fc1c647347302f39d24bd88d96
DIFF: https://github.com/llvm/llvm-project/commit/0e94ba9d40d931fc1c647347302f39d24bd88d96.diff

LOG: [NFC][InstCombine] Fixup check lines for prof md in select_meta.ll test

Added: 
    

Modified: 
    llvm/test/Transforms/InstCombine/select_meta.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/InstCombine/select_meta.ll b/llvm/test/Transforms/InstCombine/select_meta.ll
index 00b6800ce7f7..be9d8be857d8 100644
--- a/llvm/test/Transforms/InstCombine/select_meta.ll
+++ b/llvm/test/Transforms/InstCombine/select_meta.ll
@@ -335,7 +335,7 @@ define <2 x i32> @not_cond_vec_undef(<2 x i1> %c, <2 x i32> %tv, <2 x i32> %fv)
 !1 = !{!"branch_weights", i32 2, i32 10}
 !2 = !{!"branch_weights", i32 3, i32 10}
 
-; CHECK-DAG: ![[$MD1]] = !{!"branch_weights", i32 2, i32 10}
-; CHECK-DAG: ![[$MD3]] = !{!"branch_weights", i32 10, i32 2}
-; CHECK-DAG: ![[$MD4]] = !{!"branch_weights", i32 10, i32 3}
+; CHECK:      !0 = !{!"branch_weights", i32 2, i32 10}
+; CHECK-NEXT: !1 = !{!"branch_weights", i32 10, i32 2}
+; CHECK-NEXT: !2 = !{!"branch_weights", i32 10, i32 3}
 


        


More information about the llvm-commits mailing list