[PATCH] D121740: [docs] Add details to MemorySSA docs.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 15:22:56 PDT 2022


asbirlea added a comment.

Thanks for the suggestions, updated a couple more places.



================
Comment at: llvm/docs/MemorySSA.rst:305
+      }
+  }
 
----------------
nikic wrote:
> I'd personally omit this example, and only keep the next one, to emphasize importance of the transitive use walk for correctness.
Part of the reason I added it is because I received the question on how to do this from @reames.

I don't think we have a current use case in tree (like we do for the example below in DSE), so I'm hoping it's useful if a usecase does arise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121740



More information about the llvm-commits mailing list