[llvm] [llvm-mca][FeatureRequest] Itimeline graph, note source of delay for each instruction (PR #136423)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 09:05:07 PDT 2025


================
@@ -99,6 +99,10 @@ void TimelineView::onEvent(const HWInstructionEvent &Event) {
     if (Timeline[Index].CycleDispatched == -1)
       Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle);
     break;
+  case HWInstructionEvent::Pending: {
+    Timeline[Index].CyclePending = CurrentCycle;
----------------
mshockwave wrote:

where is CyclePending used?

https://github.com/llvm/llvm-project/pull/136423


More information about the llvm-commits mailing list