[llvm-branch-commits] [llvm] [SimplfyCFG] Set `MD_prof` for `select` used for certain conditional simplifications (PR #154426)

David Li via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Sep 4 10:38:52 PDT 2025


================
@@ -330,6 +332,13 @@ class SimplifyCFGOpt {
   }
 };
 
+bool isSelectInRoleOfConjunctionOrDisjunction(const SelectInst *SI) {
----------------
david-xl wrote:

Add a comment for the method.

https://github.com/llvm/llvm-project/pull/154426


More information about the llvm-branch-commits mailing list