[PATCH] D33136: [ValueTracking] Don't let isAddOfNonZero look at adds with a PHI node as input

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 22:50:59 PDT 2017


dberlin accepted this revision.
dberlin added a comment.
This revision is now accepted and ready to land.

I'm fine with this.
If we want better performance or better aliasing, we can do the hard work of doing it right.


https://reviews.llvm.org/D33136





More information about the llvm-commits mailing list