[PATCH] D23846: [MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identity of two operands

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 12:16:08 PDT 2016


timshen added a comment.

In https://reviews.llvm.org/D23846#525459, @iteratee wrote:

> MustAlias is true only for exact aliases correct?


Yes, the comment in AliasAnalysis.h says so:

  /// The two locations precisely alias each other.
  MustAlias,


https://reviews.llvm.org/D23846





More information about the llvm-commits mailing list