[llvm] [BOLT][AArch64] Introduce SPE mode in BasicAggregation (PR #120741)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 08:49:02 PST 2024
================
@@ -51,6 +51,8 @@ static cl::opt<std::string> InputFilename(cl::Positional,
cl::Required, cl::cat(BoltCategory),
cl::sub(cl::SubCommand::getAll()));
+extern cl::opt<bool> ArmSPE;
----------------
yota9 wrote:
Probably should be moved to CommandLineOpts.h
https://github.com/llvm/llvm-project/pull/120741
More information about the llvm-commits
mailing list