[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:38 PDT 2020


xgupta created this revision.
xgupta added reviewers: silvas, hubert.reinterpretcast.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
xgupta updated this revision to Diff 249005.
xgupta added a comment.
xgupta updated this revision to Diff 249006.

Correct the formatting of change.


xgupta added a comment.

Correct the link syntax for rst language.


Made a new entry for PHI node in LLVM lexicons.


Repository:
  rG LLVM Github Monorepo

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/93463b0a/attachment.bin>


More information about the llvm-commits mailing list