[all-commits] [llvm/llvm-project] 57646d: [MCA] Minor changes to the InOrderIssueStage. NFC

Andrea Di Biagio via All-commits all-commits at lists.llvm.org
Thu May 27 16:35:44 PDT 2021


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

  Changed paths:
    M llvm/include/llvm/MCA/Stages/InOrderIssueStage.h
    M llvm/lib/MCA/Context.cpp
    M llvm/lib/MCA/Stages/InOrderIssueStage.cpp

  Log Message:
  -----------
  [MCA] Minor changes to the InOrderIssueStage. NFC

The constructor of InOrderIssueStage no longer takes as input a reference to the
target scheduling model. The stage can always query the subtarget to obtain a
reference to the scheduling model.
The ResourceManager is no longer stored internally as a unique_ptr.
Moved a couple of method definitions to the .cpp file.




More information about the All-commits mailing list