[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 09:58:30 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:
Oh, it's an extern, and the comment I want is on the definition in a separate .cpp file. Why is the extern not in a .h (preferably with the comment for all uses to easily see)?
https://github.com/llvm/llvm-project/pull/154841
More information about the llvm-commits
mailing list