1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/llvm-mca
Andrea Di Biagio b06828a0ab [llvm-mca] Add extra counters for move elimination in view RegisterFileStatistics.
This patch teaches view RegisterFileStatistics how to report events for
optimizable register moves.

For each processor register file, view RegisterFileStatistics reports the
following extra information:
 - Number of optimizable register moves
 - Number of register moves eliminated
 - Number of zero moves (i.e. register moves that propagate a zero)
 - Max Number of moves eliminated per cycle.

Differential Revision: https://reviews.llvm.org/D53976

llvm-svn: 345865
2018-11-01 18:04:39 +00:00
..
include [llvm-mca] Add extra counters for move elimination in view RegisterFileStatistics. 2018-11-01 18:04:39 +00:00
lib [llvm-mca] Add extra counters for move elimination in view RegisterFileStatistics. 2018-11-01 18:04:39 +00:00
Views [llvm-mca] Add extra counters for move elimination in view RegisterFileStatistics. 2018-11-01 18:04:39 +00:00
CMakeLists.txt [llvm-mca] Introduce the llvm-mca library and organize the directory accordingly. NFC. 2018-08-27 17:16:32 +00:00
CodeRegion.cpp [llvm-mca] Move namespace mca inside llvm:: 2018-10-30 15:56:08 +00:00
CodeRegion.h [llvm-mca] Move namespace mca inside llvm:: 2018-10-30 15:56:08 +00:00
llvm-mca.cpp [llvm-mca] Remove the verb 'assemble' from a few options in help. NFC. 2018-10-31 17:47:25 +00:00
LLVMBuild.txt
PipelinePrinter.cpp [llvm-mca] Move namespace mca inside llvm:: 2018-10-30 15:56:08 +00:00
PipelinePrinter.h [llvm-mca] Move namespace mca inside llvm:: 2018-10-30 15:56:08 +00:00