[llvm-mca] Move the RegisterFile class into its own translation unit. NFC
authorMatt Davis <Matthew.Davis@sony.com>
Wed, 16 May 2018 17:07:08 +0000 (17:07 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Wed, 16 May 2018 17:07:08 +0000 (17:07 +0000)
commitb7972f88c75fc9dc5ee8fd614346b069c9009092
tree0fa898691bb162e249b97fe8d8a7e0622b1f94df
parenta3c0c9a2ba9209948492d40648c188d3e59846bb
[llvm-mca] Move the RegisterFile class into its own translation unit. NFC

Summary: This change will help us turn the DispatchUnit into its own stage.

Reviewers: andreadb, RKSimon, courbet

Reviewed By: andreadb, courbet

Subscribers: mgorny, tschuett, gbedwell, llvm-commits

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

llvm-svn: 332493
llvm/tools/llvm-mca/CMakeLists.txt
llvm/tools/llvm-mca/Dispatch.cpp
llvm/tools/llvm-mca/Dispatch.h
llvm/tools/llvm-mca/RegisterFile.cpp [new file with mode: 0644]
llvm/tools/llvm-mca/RegisterFile.h [new file with mode: 0644]