[MCA] Minor changes to the InOrderIssueStage. NFC
authorAndrea Di Biagio <andrea.dibiagio@sony.com>
Thu, 27 May 2021 23:14:29 +0000 (00:14 +0100)
committerAndrea Di Biagio <andrea.dibiagio@sony.com>
Thu, 27 May 2021 23:33:59 +0000 (00:33 +0100)
commit57646d38d54c6a52a4fac4b0ac1047b0dbaec94a
treeed7a9977d0d79333de755af6df586d94d878ab5a
parent8086f9d87ee81aacf829bdad94744a75cf692ebc
[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.
llvm/include/llvm/MCA/Stages/InOrderIssueStage.h
llvm/lib/MCA/Context.cpp
llvm/lib/MCA/Stages/InOrderIssueStage.cpp