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

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 11:52:51 PST 2018


vsk added a comment.

In https://reviews.llvm.org/D43113#1003620, @davide wrote:

> 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).


Yep, it was completely my fault. I specified the wrong path to my opt binary, so runPassesOn() silently failed with 'file not found'. I added a warning: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20180205/523911.html.

But.. I haven't devoted any time to figuring out why the bugpoint invocation in unsymbolized.ll hit the "exit(1)" path before this change. I'll need to figure that out before landing this.


https://reviews.llvm.org/D43113





More information about the llvm-commits mailing list