[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 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?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80000/new/

https://reviews.llvm.org/D80000





More information about the llvm-commits mailing list