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


xgupta updated this revision to Diff 249005.
xgupta added a comment.

Correct the formatting of change.


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 of 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.249005.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200308/8e114c06/attachment.bin>


More information about the llvm-commits mailing list