[llvm] [SimplifyCFG] Set branch weights when merging conditional store to address (PR #154841)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 09:54:06 PDT 2025
================
@@ -43,7 +43,7 @@ define void @test_simple_commuted(ptr %p, i32 %a, i32 %b) {
; CHECK-NEXT: [[X2:%.*]] = icmp eq i32 [[B:%.*]], 0
----------------
david-xl wrote:
Should probably change this to [[A:%.*]]
https://github.com/llvm/llvm-project/pull/154841
More information about the llvm-commits
mailing list