[llvm] [nfc][llvm-profdata]Refactor llvm-profdata show* code, by moving function-scope options to a show_llvmprofdata namespace (PR #71328)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 13:09:53 PST 2023
================
@@ -2406,6 +2407,14 @@ static void traverseAllValueSites(const InstrProfRecord &Func, uint32_t VK,
}
}
+namespace {
+struct InstrProfilePerFuncOptions {
----------------
david-xl wrote:
Lack of mem-op size is just a missing feature. Adding a warning and ignore would be fine.
https://github.com/llvm/llvm-project/pull/71328
More information about the llvm-commits
mailing list