[PATCH] D43113: [bugpoint] Don't stop reducing when verification fails, keep trying

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 10:48:34 PST 2018


davide requested changes to this revision.
davide added a comment.
This revision now requires changes to proceed.

Did you get a sense of why we can't remove the instructions? This is probably something we want anyway, but there could be another bug in llvm (or bugpoint itself, as instruction deletion is always supposed to succeed).


https://reviews.llvm.org/D43113





More information about the llvm-commits mailing list