================
@@ -54,6 +55,14 @@
using namespace llvm;
+static cl::opt<bool> EnableBranchHint("branch-hint",
----------------
KanRobert wrote:
`enable-branch-hint` is more in line with our current naming habits
https://github.com/llvm/llvm-project/pull/97721