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

Farhana Aleen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 21:03:22 PDT 2017


Farhana added a comment.

What is the performance implication of this change-set? Have you done any performance testing? This seems to make the alias analysis very conservative. It is now going to find two non-equal numbers equal very easily.


https://reviews.llvm.org/D33136





More information about the llvm-commits mailing list