[PATCH] D80000: [MSSA] Doc: Clobbers, more info on Defs / Def chain
Stefanos Baziotis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 05:53:26 PDT 2020
baziotis created this revision.
baziotis added reviewers: asbirlea, george.burgess.iv.
Herald added subscribers: llvm-commits, jfb, Prazek.
Herald added a project: LLVM.
baziotis marked an inline comment as done.
baziotis added inline comments.
================
Comment at: llvm/docs/MemorySSA.rst:25
It can also be thought of as a way to cheaply give versions to the complete
-state of heap memory, and associate memory operations with those versions.
+state of memory, and associate memory operations with those versions.
----------------
A lot of times, the combo "heap memory" is used instead of just "memory". It doesn't seem to me that `MSSA` is heap-specific,
do I miss something?
Added some info on what a clobber is and some additional information about `MemoryDef`s.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80000
Files:
llvm/docs/MemorySSA.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80000.264215.patch
Type: text/x-patch
Size: 5322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/7607df2d/attachment.bin>
More information about the llvm-commits
mailing list