[PATCH] D135606: llvm-reduce: Improve delta pass flag handling
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 11:09:50 PDT 2022
arsenm created this revision.
arsenm added reviewers: regehr, aeubanks, lebedev.ri, rogfer01, fhahn.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
Verify all the requested passes exist before trying to run any.
For long reductions, it was really annoying for it to get halfway through
and then I come back later to an incomplete reduction.
Also add a new skip-delta-passes flag. Most of the time I want to opt out
of specific reductions, rather than run a select few.
https://reviews.llvm.org/D135606
Files:
llvm/test/tools/llvm-reduce/skip-delta-passes.ll
llvm/tools/llvm-reduce/DeltaManager.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135606.466558.patch
Type: text/x-patch
Size: 5296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221010/32b989c1/attachment.bin>
More information about the llvm-commits
mailing list