[llvm] [InstCombine] Preserve profile branch weights when folding logical booleans (PR #161293)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 29 16:56:29 PDT 2025
mtrofin wrote:
Nit: in your commit message, is it (A && B && C -> A && (B && C)), correct? (B && C not B & C)
https://github.com/llvm/llvm-project/pull/161293
More information about the llvm-commits
mailing list