diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-08-23 13:53:48 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-13 12:48:48 +0100 |
| commit | ec09161825544d4111b2d833fa66b1288f39f19c (patch) | |
| tree | f555037c7c24f482036da741a3ad34de98fc7bab /Documentation | |
| parent | 8a1c335f12107f504bcb8733be357babfc0cb0b2 (diff) | |
| download | sparse-dev-ec09161825544d4111b2d833fa66b1288f39f19c.tar.gz | |
dump-ir: make it more flexible
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/options.md | 11 |
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' |
