[PATCH] D146890: [Docs][llvm-exegesis] Refactor snippet annotations in documentation
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 00:49:49 PDT 2023
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/docs/CommandGuide/llvm-exegesis.rst:56
+ * Scratch memory register - The specific register that this value is put in
+ is platform dependent. It is the `RDI` register on X86 Linux. Setting this
+ register as a live in ensures that a pointer to a block of memory (1MB) is
----------------
nit: "(e.g., it is the `RDI` register on X86 Linux)."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146890/new/
https://reviews.llvm.org/D146890
More information about the llvm-commits
mailing list