[PATCH] D19926: Simplify CFG before assigning discriminator.

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 16:07:57 PDT 2016


danielcdh added a comment.

The patch has been reverted because it breaks 96 clang tests (I only
do "make check" before committing).

The problem is that this will add a simplify-cfg pass to each clang
invocation as soon as add-discriminator pass is needed (even at -O0).
This will change the output of many clang tests.

Any suggestions what I should do here?

Thanks,
Dehao


http://reviews.llvm.org/D19926





More information about the llvm-commits mailing list