[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 08:19:27 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:
What is the value of setting this flag to true? Should there be a test for that case?
https://github.com/llvm/llvm-project/pull/154841
More information about the llvm-commits
mailing list