[all-commits] [llvm/llvm-project] 8d3a09: [Docs][llvm-exegesis] Refactor snippet annotations...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Mar 27 01:22:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d3a09daca7d56e38b205437297cc357f2b4cab0
https://github.com/llvm/llvm-project/commit/8d3a09daca7d56e38b205437297cc357f2b4cab0
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M llvm/docs/CommandGuide/llvm-exegesis.rst
Log Message:
-----------
[Docs][llvm-exegesis] Refactor snippet annotations in documentation
Currently, the llvm-exegesis documentation page has all
snippet annotation information under an example. This patch refactors
the annotation documentation to a separate section to make things more
clear and to make adding future annotations easier. This patch also
significantly expands the documentation on the memory scratch space to
which a pointer can be passed through a register as the documentation on
this was quite sparse previously.
Reviewed By: courbet
Differential Revision: https://reviews.llvm.org/D146890
More information about the All-commits
mailing list