[PATCH] D90098: [BasicAA] Don't pass through AA metadata (NFCI)

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 07:08:14 PDT 2021


jeroen.dobbelaere added a comment.

I am wondering how this will interact with the ptr_provenance changes/full restrict changes. In the full restrict version, V1AAInfo and V2AAInfo are used in `BasicAAResult::aliasCheck` to decide if we can see trough `noalias` intrinsics or not.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90098/new/

https://reviews.llvm.org/D90098



More information about the llvm-commits mailing list