[llvm] [llvm-mca][FeatureRequest] Itimeline graph, note source of delay for each instruction (PR #136423)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 9 07:12:23 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;
----------------
sommersun wrote:
no use.l will remove it.
https://github.com/llvm/llvm-project/pull/136423
More information about the llvm-commits
mailing list