When looking at the opt pipeline as part of a compiler invocation (eg, using
clang++ -mllvm -print-changed=cdiff), I am being overwhelmed with the output from
llc...
Add extra option choices for print-changed, corresponding to the current
choices with a prefix of opt- which do not cause printing in llc.
Also, suppress printing in llc for dot-cfg and dot-cfg-quiet instead of quiet mode.
The number of modes is massive. Shall we use another option to indicate the intent (only show non-codegen passes)?