[PATCH] D138832: [llvm-exegesis][x86] Add option to prevent use of xmm8-xmm15 upper SSE registers
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 10:15:49 PST 2022
lebedev.ri added inline comments.
================
Comment at: llvm/tools/llvm-exegesis/lib/X86/Target.cpp:41-42
static cl::OptionCategory
BenchmarkOptions("llvm-exegesis benchmark x86-options");
----------------
FYI this doesn't work. You probably want to expose the declaration of
the normal `BenchmarkOptions` in a header and use it,
not add a new group, because it isn't being displayed.
Maybe other tools have some other example on how to handle this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138832/new/
https://reviews.llvm.org/D138832
More information about the llvm-commits
mailing list