[PATCH] D47244: [llvm-mca] Rename the RetireControlUnit into RetireStage. NFC.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 22 20:25:06 PDT 2018
mattd created this revision.
mattd added reviewers: andreadb, RKSimon, courbet.
Herald added subscribers: gbedwell, tschuett, mgorny.
This class maintains the same logic as the original RetireControlUnit.
This is just an intermediate patch to make the RCU a Stage. Future patches will remove the dependency on the DispatchStage, and then more properly populate the pre/execute/post Stage interface.
https://reviews.llvm.org/D47244
Files:
tools/llvm-mca/Backend.cpp
tools/llvm-mca/CMakeLists.txt
tools/llvm-mca/DispatchStage.cpp
tools/llvm-mca/DispatchStage.h
tools/llvm-mca/README.txt
tools/llvm-mca/RetireControlUnit.cpp
tools/llvm-mca/RetireControlUnit.h
tools/llvm-mca/RetireStage.cpp
tools/llvm-mca/RetireStage.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47244.148152.patch
Type: text/x-patch
Size: 12106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180523/b1684acf/attachment.bin>
More information about the llvm-commits
mailing list