[PATCH] D150310: [TableGen][SubtargetEmitter] Add the StartAtCycles field in the WriteRes class.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 05:17:49 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/tools/llvm-exegesis/lib/SchedClassResolution.cpp:86
         SM.getProcResource(WPR->ProcResourceIdx);
+    assert(WPR->StartAtCycle == 0 && "`llvm-exegesis` does not handle StartAtCycle > 0");
     if (ProcResDesc->SubUnitsIdxBegin == nullptr) {
----------------
andreadb wrote:
> Is there a ticket for this?
I've raised these to discuss future support for llvm-exegesis and llvm-mca
https://github.com/llvm/llvm-project/issues/62680
https://github.com/llvm/llvm-project/issues/62681


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150310/new/

https://reviews.llvm.org/D150310



More information about the llvm-commits mailing list