[PATCH] D36557: [Doc] Update LangRef for new Module Flag Behavior

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 09:17:45 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310926: [Doc] Update LangRef for new Module Flag Behavior (authored by steven_wu).

Repository:
  rL LLVM

https://reviews.llvm.org/D36557

Files:
  llvm/trunk/docs/LangRef.rst


Index: llvm/trunk/docs/LangRef.rst
===================================================================
--- llvm/trunk/docs/LangRef.rst
+++ llvm/trunk/docs/LangRef.rst
@@ -5378,6 +5378,10 @@
            nodes. However, duplicate entries in the second list are dropped
            during the append operation.
 
+   * - 7
+     - **Max**
+           Takes the max of the two values, which are required to be integers.
+
 It is an error for a particular unique flag ID to have multiple behaviors,
 except in the case of **Require** (which adds restrictions on another metadata
 value) or **Override**.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36557.111187.patch
Type: text/x-patch
Size: 599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170815/24e7e696/attachment.bin>


More information about the llvm-commits mailing list