[PATCH] D54268: [llvm-mca] PR39261: Rename FetchStage to EntryStage.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 09:30:04 PST 2018
mattd accepted this revision.
mattd added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: tools/llvm-mca/lib/CMakeLists.txt:18
Stages/ExecuteStage.cpp
- Stages/FetchStage.cpp
+ Stages/EntryStage.cpp
Stages/InstructionTables.cpp
----------------
nit: EntryStage should come before ExecuteStage.
================
Comment at: tools/llvm-mca/lib/Context.cpp:24
#include "Stages/ExecuteStage.h"
-#include "Stages/FetchStage.h"
+#include "Stages/EntryStage.h"
#include "Stages/RetireStage.h"
----------------
nit: EntryStage should come before ExecuteStage.
https://reviews.llvm.org/D54268
More information about the llvm-commits
mailing list