We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0045b01 commit 69197baCopy full SHA for 69197ba
tools/opt/opt.cpp
@@ -335,6 +335,12 @@ Options (in lexicographical order):)",
335
These conditions are guaranteed to be met after running
336
dead-branch elimination.)");
337
printf(R"(
338
+ --modify-maximal-reconvergence=[add|remove]
339
+ Add or remove the MaximallyReconvergesKHR execution mode to all
340
+ entry points in the module.
341
+ Note: when adding the execution mode, no attempt is made to
342
+ determine if any ray tracing repack instructions are used.)");
343
+ printf(R"(
344
--loop-unswitch
345
Hoists loop-invariant conditionals out of loops by duplicating
346
the loop on each branch of the conditional and adjusting each
0 commit comments