[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:06 PDT 2025


================
@@ -156,6 +157,7 @@ class TimelineView : public InstructionView {
     static const char Dispatched = 'D';
     static const char Executed = 'E';
     static const char Retired = 'R';
+    static const char Pending = 'P';
----------------
mshockwave wrote:

could you add some comments here and update the comment in the following line?

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


More information about the llvm-commits mailing list