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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 01:47:58 PDT 2025


================
@@ -58,7 +58,14 @@ add  w19, w20, w21
 # CHECK-NEXT: 1.00    -      -      -      -      -      -      -     add	w19, w20, w21
 
 # CHECK:      Timeline view:
-# CHECK-NEXT: Index     01234567
+# CHECK-NEXT: D: Instruction Dispatched
+# CHECK-NEXT: e: Instruction Executingn
----------------
arsenm wrote:

Typo Executingn. Also these are inconsistently capitalizing the second word 

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


More information about the llvm-commits mailing list