OSDN Git Service

[llvm-mca] Enable bottleneck analysis when flag -all-views is specified.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 10 Jun 2019 16:56:25 +0000 (16:56 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 10 Jun 2019 16:56:25 +0000 (16:56 +0000)
commit19f37e1a1f14714a27f41e11d138b69417352e23
tree251cfdf205c4c5189d32417d8c5bfac8b851b47b
parentc030038e736ffd67b6ac5a9d8fff865b2a114572
[llvm-mca] Enable bottleneck analysis when flag -all-views is specified.

Bottleneck Analysis is one of the many views available in llvm-mca. Therefore,
it should be enabled when flag -all-views is passed in input to the tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362964 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-mca/X86/BtVer2/bottleneck-hints-none.s
test/tools/llvm-mca/X86/option-all-views-1.s
test/tools/llvm-mca/X86/option-all-views-2.s
test/tools/llvm-mca/X86/option-no-stats-1.s
tools/llvm-mca/llvm-mca.cpp