We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2deab commit 660ff65Copy full SHA for 660ff65
llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
@@ -58,10 +58,10 @@ static cl::opt<std::string> ModelUnderTraining(
58
"regalloc-model", cl::Hidden,
59
cl::desc("The model being trained for register allocation eviction"));
60
61
-extern cl::opt<unsigned> EvictInterferenceCutoff;
62
-
63
#endif // #ifdef LLVM_HAVE_TF_API
64
+extern cl::opt<unsigned> EvictInterferenceCutoff;
+
65
/// The score injection pass.
66
/// This pass calculates the score for a function and inserts it in the log, but
67
/// this happens only in development mode. It's a no-op otherwise.
0 commit comments