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

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 13:30:03 PDT 2018


asbirlea added a comment.

Thank you for the implementation patch!

AFAICT this is a fairly big change, and I'd like it to get more visibility and feedback. Could you please send an RFC to llvm-dev list with a short description and links to the two patches?

I'd like to understand if there's the opportunity to improve existing AA interfaces (e.g. what's missing in aliasCheck) here versus adding new ones. There's a lot of duplicated code there.
Let's continue the discussion on llvm-dev, please.


Repository:
  rL LLVM

https://reviews.llvm.org/D46928





More information about the llvm-commits mailing list