[PATCH] D75826: Add lexicon definition for PHI node.
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 8 10:07:41 PDT 2020
xgupta updated this revision to Diff 249006.
xgupta added a comment.
Correct the link syntax for rst language.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75826/new/
https://reviews.llvm.org/D75826
Files:
llvm/docs/Lexicon.rst
Index: llvm/docs/Lexicon.rst
===================================================================
--- llvm/docs/Lexicon.rst
+++ llvm/docs/Lexicon.rst
@@ -206,6 +206,9 @@
P
-
+**PHI**
+ `PHI <http://www.llvmpy.org/llvmpy-doc/dev/doc/llvm_concepts.html#ssa-form-and-phi-nodes>`_ node is the consequence of single assignment form in LLVM IR whose values depend on the operand corresponding to their dynamic predecessor basic block.
+
**PR**
Problem report. A bug filed on `the LLVM Bug Tracking System
<https://bugs.llvm.org/enter_bug.cgi>`_.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75826.249006.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200308/da8162de/attachment.bin>
More information about the llvm-commits
mailing list