[llvm-commits] [PATCH][docs/CommandGuide] Reveal there is a "-help-hidden" option for opt command

Duncan Sands baldrick at free.fr
Mon Oct 24 06:31:03 PDT 2011


>> I think it would be best to make -inline-threshold not be hidden.  I suspect
>> there are a bunch of hidden options that shouldn't be hidden, and a bunch of
>> not hidden options that should be hidden.  I think you shouldn't hesitate to
>> send patches that change the hidden flag.
>
>    Should we discuss which options should be hidden or not hidden on
> LLVMdev mailing list? I want to collect developers' comment on this.

These seem like candidates:

-disable-output
-inline-threshold
-inlinehint-threshold
-unroll-threshold

That said, these risk encouraging people to fiddle with thresholds rather than
reporting bugs about inlining (or whatever) not doing a good job automatically.

Ciao, Duncan.



More information about the llvm-commits mailing list