[PATCH] D131922: [llvm-reduce] Move most debugging output behind --verbose
John Regehr via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 14:57:02 PDT 2022
regehr accepted this revision.
regehr added a comment.
This revision is now accepted and ready to land.
I like this -- especially the part that gets rid of the interestingness test's output
I would prefer to leave the "reduction resulted in invalid module" which is useful because it sometimes is followed by a segfault, and helps provide context about why the segfault happened, but I don't feel strongly about that. I mean it's not hard to re-launch a reduction in verbose mode if llvm-reduce crashes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131922/new/
https://reviews.llvm.org/D131922
More information about the llvm-commits
mailing list