[llvm] [InstCombine] Preserve profile data with select instructions and binary operators (PR #158375)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 13 02:06:10 PDT 2025
================
@@ -144,6 +144,8 @@ static cl::opt<unsigned>
MaxArraySize("instcombine-maxarray-size", cl::init(1024),
cl::desc("Maximum array size considered when doing a combine"));
+extern cl::opt<bool> ProfcheckDisableMetadataFixes;
----------------
nikic wrote:
Unused, should be dropped.
https://github.com/llvm/llvm-project/pull/158375
More information about the llvm-commits
mailing list