[PATCH] D47244: [llvm-mca] Add the RetireStage.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 25 10:28:56 PDT 2018
mattd updated this revision to Diff 148625.
mattd added a comment.
- Renamed RegisterFile references from RF to PRF.
- I think it's simplest to make RCU and PRF complete objects instead of pointers or unique_ptrs.
- For now RCU and PRF are owned by the pipeline abstraction: Backend.
- RCU and PRF are now passed as references to Backend components that need them.
https://reviews.llvm.org/D47244
Files:
tools/llvm-mca/Backend.cpp
tools/llvm-mca/Backend.h
tools/llvm-mca/CMakeLists.txt
tools/llvm-mca/DispatchStage.cpp
tools/llvm-mca/DispatchStage.h
tools/llvm-mca/RetireControlUnit.cpp
tools/llvm-mca/RetireControlUnit.h
tools/llvm-mca/RetireStage.cpp
tools/llvm-mca/RetireStage.h
tools/llvm-mca/Scheduler.cpp
tools/llvm-mca/Scheduler.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47244.148625.patch
Type: text/x-patch
Size: 19832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/a2c73ee8/attachment.bin>
More information about the llvm-commits
mailing list