[PATCH] D46928: implantation example for new AliasAnalysis functions (getAddressesDistance + ModRefSameBuffer)

Atheel Massalha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 23:31:16 PDT 2018


atheel.ma marked 3 inline comments as done.
atheel.ma added a comment.

https://reviews.llvm.org/owners/package/1/ == nullptr is taken from aliasCheck()
If I want to change it to !nullptr I should do it in 2 functions in a different commit
same for the loop (its correct to start from 1 because 0 was checked before... using iterator is not the best solution)


Repository:
  rL LLVM

https://reviews.llvm.org/D46928





More information about the llvm-commits mailing list