[llvm] [profcheck] Annotate `select` instructions (PR #152171)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 12:53:50 PDT 2025


================
@@ -26,6 +26,12 @@ using namespace llvm;
 static cl::opt<int64_t>
     DefaultFunctionEntryCount("profcheck-default-function-entry-count",
                               cl::init(1000));
+static cl::opt<bool> AnnotateSelect("profcheck-annotate-select",
----------------
mtrofin wrote:

the option control is an escape hatch. We're dealing with lots of tests, having an easy way out of a few may be desirable.

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


More information about the llvm-commits mailing list