[all-commits] [llvm/llvm-project] beebe5: [MCA] Allow unlimited cycles in the timeline view

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Jun 24 04:55:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: beebe5a056b8d4d224b07c5039f8e6028a7afb4c
      https://github.com/llvm/llvm-project/commit/beebe5a056b8d4d224b07c5039f8e6028a7afb4c
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-mca.rst
    M llvm/test/tools/llvm-mca/AMDGPU/gfx10-add-sequence.s
    M llvm/test/tools/llvm-mca/AMDGPU/gfx10-double.s
    M llvm/test/tools/llvm-mca/AMDGPU/gfx10-trans.s
    M llvm/tools/llvm-mca/Views/TimelineView.cpp
    M llvm/tools/llvm-mca/llvm-mca.cpp

  Log Message:
  -----------
  [MCA] Allow unlimited cycles in the timeline view

Change --max-timeline-cycles=0 to mean no limit on the number of cycles.
Use this in AMDGPU tests to show all instructions in the timeline view
instead of having it arbitrarily truncated.

Differential Revision: https://reviews.llvm.org/D104846




More information about the All-commits mailing list