[PATCH] D54268: [llvm-mca] PR39261: Rename FetchStage to EntryStage.
    Andrea Di Biagio via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov  8 09:25:12 PST 2018
    
    
  
andreadb created this revision.
andreadb added reviewers: mattd, RKSimon, courbet, gchatelet.
Herald added subscribers: gbedwell, tschuett, mgorny.
This fixes PR39261.
FetchStage is a misnomer. It causes confusion with the frontend fetch stage, which we don't currently simulate.
I decided to rename it into EntryStage mainly because this is meant to be a "source" stage for all pipelines.
Let me know if okay to commit.
Thanks,
Andrea
https://reviews.llvm.org/D54268
Files:
  tools/llvm-mca/include/Stages/EntryStage.h
  tools/llvm-mca/include/Stages/FetchStage.h
  tools/llvm-mca/lib/CMakeLists.txt
  tools/llvm-mca/lib/Context.cpp
  tools/llvm-mca/lib/Stages/EntryStage.cpp
  tools/llvm-mca/lib/Stages/FetchStage.cpp
  tools/llvm-mca/llvm-mca.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54268.173182.patch
Type: text/x-patch
Size: 10570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181108/f6348e1d/attachment.bin>
    
    
More information about the llvm-commits
mailing list