[clang] [llvm] [X86] Support branch hint (PR #97721)

Shengchen Kan via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 4 19:48:32 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list