[llvm-mca] Emit the 'Instruction Info' table before the resource pressure view.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Thu, 8 Mar 2018 15:34:38 +0000 (15:34 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Thu, 8 Mar 2018 15:34:38 +0000 (15:34 +0000)
commit7bbac07f22b82aa8b580624996e11489c4083a8c
tree652ff863a6833f1a778d38fa821dfe74437109b7
parent2e1980bde1786292b05ac9c1b92ced9c31b9f622
[llvm-mca] Emit the 'Instruction Info' table before the resource pressure view.

In future, both the summary information and the 'instruction info' table should
be moved into a separate "Summary" view.

llvm-svn: 327010
llvm/test/tools/llvm-mca/ARM/simple-test-cortex-a9.s
llvm/test/tools/llvm-mca/X86/BtVer2/dot-product.s
llvm/test/tools/llvm-mca/X86/BtVer2/load-store-alias.s
llvm/test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s
llvm/test/tools/llvm-mca/X86/BtVer2/simple-test.s
llvm/tools/llvm-mca/BackendPrinter.cpp