LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 33522 - Add progress bar
Summary: Add progress bar
Status: RESOLVED FIXED
Alias: None
Product: tools
Classification: Unclassified
Component: opt-viewer (show other bugs)
Version: trunk
Hardware: PC All
: P enhancement
Assignee: Brian Gesiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-20 01:14 PDT by Adam Nemet
Modified: 2018-11-07 00:22 PST (History)
6 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Nemet 2017-06-20 01:14:13 PDT
For large YAML input, opt-viewer can take a long time.  We need to provide feedback to the user about the progress.
Comment 1 Adam Nemet 2017-06-29 09:47:14 PDT
https://reviews.llvm.org/D34735 by Brian Gesiak.
Comment 2 Brian Gesiak 2017-06-29 15:13:25 PDT
I landed https://reviews.llvm.org/D34735, which I think resolves this. There's still some room for improvement, though, in case anyone would like to write a fancier progress bar! :)
Comment 3 Adam Nemet 2017-06-30 03:59:08 PDT
Thanks for your work!