[PATCH] D86212: [llvm-reduce] Skip chunks that lead to broken modules.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 01:12:52 PDT 2020


fhahn marked an inline comment as done.
fhahn added a comment.

In D86212#2232196 <https://reviews.llvm.org/D86212#2232196>, @lebedev.ri wrote:

> I've been deliberating on this, but i guess this makes sense..
> I personally always had `opt -verify` as the first interestingness check.

Great thanks! Discarding the invalid paths a bit earlier might be a bit faster and I think the behavior will save people some time with the result being always valid IR. If there are use-cases where we actually want invalid IR we can relax the check again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86212



More information about the llvm-commits mailing list