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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Maybe unlimited width could be the default if stdout is not a tty? (And if it is a tty, the default could be to query its width?)
Comment Actions
I only have a minor request. Otherwise it LGTM.
Could you please update the description of flag timeline-max-cycles in the llvm-mca docs before committing this patch?
Thanks
-Andrea