[PATCH] D33055: [LoopOptimizer][Fix]PR32859, PR24738

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 13:47:29 PDT 2017


davide added a comment.

In https://reviews.llvm.org/D33055#751522, @dtemirbulatov wrote:

> > Also, can you please make sure we don't miscompile any of the dups of the original bug with this patch?
>
> you mean PRPR14725's testcase? yes this one looks correct to me after this change.


Yes, you can just run the examples in:
https://bugs.llvm.org/show_bug.cgi?id=32859
and 
https://bugs.llvm.org/show_bug.cgi?id=32935

and make sure they return the wrong result after NewGVN.

Thanks!


https://reviews.llvm.org/D33055





More information about the llvm-commits mailing list