[PATCH] D104846: [MCA] Allow unlimited cycles in the timeline view
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 04:01:03 PDT 2021
foad created this revision.
foad added reviewers: andreadb, holland11.
Herald added subscribers: kerbowa, gbedwell, tpr, nhaehnle, jvesely.
foad requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104846
Files:
llvm/test/tools/llvm-mca/AMDGPU/gfx10-add-sequence.s
llvm/test/tools/llvm-mca/AMDGPU/gfx10-double.s
llvm/test/tools/llvm-mca/AMDGPU/gfx10-trans.s
llvm/tools/llvm-mca/Views/TimelineView.cpp
llvm/tools/llvm-mca/llvm-mca.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104846.354202.patch
Type: text/x-patch
Size: 16509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210624/a5dc0f86/attachment.bin>
More information about the llvm-commits
mailing list