Add more details to the docs regarding optimized accesses for Uses and Defs.
Include incoming changes from https://reviews.llvm.org/D121381.
Details
- Reviewers
nikic reames fhahn - Commits
- rG187a5f230f4b: [docs] Add details to MemorySSA docs.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Thanks for the suggestions, updated a couple more places.
llvm/docs/MemorySSA.rst | ||
---|---|---|
305 | 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. |
Seems to have broken the documentation build:
Warning, treated as error: /home/buildbot/llvm-build-dir/llvm-sphinx-docs/llvm/src/llvm/docs/MemorySSA.rst:168:Unknown target name: "build-time use optimization".
llvm/docs/MemorySSA.rst | ||
---|---|---|
170 | Something like this should fix it. |
Something like this should fix it.