[llvm] [SimplifyCFG] Set branch weights when merging conditional store to address (PR #154841)
    Joel E. Denny via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 11 10:05:01 PDT 2025
    
    
  
================
@@ -203,6 +203,8 @@ static cl::opt<unsigned> MaxJumpThreadingLiveBlocks(
     cl::desc("Limit number of blocks a define in a threaded block is allowed "
              "to be live in"));
 
+extern cl::opt<bool> ProfcheckDisableMetadataFixes;
----------------
jdenny-ornl wrote:
If it's short lived, then maybe it's not worth changing now.
https://github.com/llvm/llvm-project/pull/154841
    
    
More information about the llvm-commits
mailing list