aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/options.md
diff options
Diffstat (limited to 'Documentation/options.md')
-rw-r--r--Documentation/options.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/options.md b/Documentation/options.md
index 5677789e..14698a98 100644
--- a/Documentation/options.md
+++ b/Documentation/options.md
@@ -16,3 +16,14 @@ tools.
The passes currently understood are:
* 'mem2reg'
* 'optim'
+
+### Internal Representation
+
+* '-fdump-ir[=\<pass\>[,\<pass\>...]]'
+
+ Dump the IR at each of the given passes.
+
+ The passes currently understood are:
+ * 'linearize'
+ * 'mem2reg'
+ * 'final'