[PATCH] D151025: [llvm-exegesis] Add support for using memory annotations
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 01:38:26 PDT 2023
courbet added inline comments.
================
Comment at: llvm/tools/llvm-exegesis/lib/Assembler.cpp:70
+#ifdef HAVE_LIBPFM
+ BBF.addInstructions(ET.configurePerfCounter(PERF_EVENT_IOC_RESET));
+#endif // HAVE_LIBPFM
----------------
This might clobber the registers we just set up above.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151025/new/
https://reviews.llvm.org/D151025
More information about the llvm-commits
mailing list