[PATCH] D69236: [bugpoint] Try to reduce passes after reducing everything.

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 11:11:57 PDT 2019


reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.

LGTM.

On a general note, I think we should be iterating to a fixed point between the various reductions.  There's no reason we should ever be returning something another run of bugpoint could reduce.  We'd need to provide a "fast" mode of course, but that seems worthwhile anyways.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69236/new/

https://reviews.llvm.org/D69236





More information about the llvm-commits mailing list