[PATCH] D24818: Using branch probability to guide critical edge splitting.

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 12:07:20 PDT 2016


davidxl added inline comments.

================
Comment at: test/CodeGen/X86/phys_subreg_coalesce-2.ll:18
@@ -17,2 +17,3 @@
 ; CHECK-NOT: mov
+; CHECK: jbe
 forbody:		; preds = %forbody, %forcond.preheader
----------------
What is this change about?

================
Comment at: test/CodeGen/X86/pr2659.ll:17
@@ -16,3 +16,3 @@
 ; CHECK: %forcond.preheader
-; CHECK: movl $1
+; CHECK: testl
 ; CHECK-NOT: xorl
----------------
What is this change about?


https://reviews.llvm.org/D24818





More information about the llvm-commits mailing list