[PATCH] D47010: [NewGVN] Minor cleanups

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 08:18:05 PDT 2018


>  Simplify handling of the false edge of branch predicates. We can handle
this the same way as the true edge with an inverted predicate. This is both
more general and simpler than the previous code.

I swear we have had an issue with an edge case that made this  not true in
the past, which is what led to the current code.

If you've actually 3 stage bootstrapped clang+llvm and tested this, i'm
okay with it for now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180517/50095c65/attachment.html>


More information about the llvm-commits mailing list