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

David Green via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 19 05:02:18 PDT 2025


================
@@ -256,6 +265,13 @@ void TimelineView::printTimelineViewEntry(formatted_raw_ostream &OS,
 
 static void printTimelineHeader(formatted_raw_ostream &OS, unsigned Cycles) {
   OS << "\n\nTimeline view:\n";
+  OS << "D: Instruction Dispatched\n";
+  OS << "e: Instruction Executingn\n";
+  OS << "E: Instruction Executed (write-back stage)\n";
+  OS << "p: Instruction waiting for data dependency\n";
----------------
davemgreen wrote:

p->P

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


More information about the llvm-commits mailing list