You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/codegen-args.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,14 @@ _Note: passes that are not already enabled by default are considered experimenta
175
175
Dump the `SPIR-🇹` module across passes (i.e. all of the versions before/after each pass), as a combined report, to a pair of files (`.spirt` and `.spirt.html`) in `DIR`.
176
176
<sub>(the `.spirt.html` version of the report is the recommended form for viewing, as it uses tabling for versions, syntax-highlighting-like styling, and use->def linking)</sub>
177
177
178
+
Mutually exclusive with `--dump-spirt` (this takes precedence over that).
179
+
180
+
### `--dump-spirt DIR`
181
+
182
+
Dump the `SPIR-🇹` module, similar to `--dump-spirt-passes`, but only the final version.
183
+
184
+
Mutually exclusive with `--dump-spirt-passes` (which takes precedence over this).
185
+
178
186
### `--spirt-strip-custom-debuginfo-from-dumps`
179
187
180
188
When dumping (pretty-printed) `SPIR-🇹` (e.g. with `--dump-spirt-passes`), strip
0 commit comments