[PATCH] D62195: Properly categorize llvm-objdump options
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 07:50:32 PDT 2019
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
diff says the following options are removed from `--help`:
Color Options:
--color - Use colors in output (default=autodetect)
General options:
--cost-kind=<value> - Target cost kind
=throughput - Reciprocal throughput
=latency - Instruction latency
=code-size - Code size
--cvp-dont-add-nowrap-flags -
--enable-gvn-memdep -
--enable-load-pre -
--enable-loop-simplifycfg-term-folding -
--expensive-combines - Enable expensive instruction combines
--instcombine-code-sinking - Enable code sinking
--instcombine-guard-widening-window=<uint> - How wide an instruction window to bypass looking for another guard
--instcombine-max-num-phis=<uint> - Maximum number phis to handle in intptr/ptrint folding
--instcombine-maxarray-size=<uint> - Maximum array size considered when doing a combine
--no-discriminators - Disable generation of discriminator information.
--remarks-yaml-string-table -
--safepoint-ir-verifier-print-only -
--time-trace-granularity=<uint> - Minimum time granularity (in microseconds) traced by time profiler
--verify-region-info - Verify region info (time consuming)
Looks great!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62195/new/
https://reviews.llvm.org/D62195
More information about the llvm-commits
mailing list