[all-commits] [llvm/llvm-project] 50770d: [MCA] Refactor the InOrderIssueStage stage. NFCI

Andrea Di Biagio via All-commits all-commits at lists.llvm.org
Thu May 27 14:36:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50770d8de56068312bd0e1baa63e86912ce2b631
      https://github.com/llvm/llvm-project/commit/50770d8de56068312bd0e1baa63e86912ce2b631
  Author: Andrea Di Biagio <andrea.dibiagio at sony.com>
  Date:   2021-05-27 (Thu, 27 May 2021)

  Changed paths:
    M llvm/include/llvm/MCA/HWEventListener.h
    M llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h
    M llvm/include/llvm/MCA/Stages/ExecuteStage.h
    M llvm/include/llvm/MCA/Stages/InOrderIssueStage.h
    M llvm/include/llvm/MCA/Stages/InstructionTables.h
    M llvm/lib/MCA/HardwareUnits/RegisterFile.cpp
    M llvm/lib/MCA/Stages/ExecuteStage.cpp
    M llvm/lib/MCA/Stages/InOrderIssueStage.cpp
    M llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp

  Log Message:
  -----------
  [MCA] Refactor the InOrderIssueStage stage. NFCI

Moved the logic that checks for RAW hazards from the InOrderIssueStage to the
RegisterFile.

Changed how the InOrderIssueStage keeps track of backend stalls. Stall events
are now generated from method notifyStallEvent().

No functional change intended.




More information about the All-commits mailing list