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

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 13:16:32 PDT 2022


aaronpuchert added a comment.

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".



================
Comment at: llvm/docs/MemorySSA.rst:170
   and its reaching definition before it is ``6``, or the ``MemoryPhi`` after
   ``while.cond``. (See the `Build-time use optimization`_ and `Precision`_
   sections below for why this ``MemoryDef`` isn't linked to a separate,
----------------
Something like this should fix it.


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