[PATCH] D101541: BasicAA: Recognize inttoptr as isEscapeSource

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 09:31:17 PDT 2021


nikic added a reviewer: aqjune.
nikic added a comment.

I believe this is correct, and also not affected by open ptrtoint/inttoptr issues.



================
Comment at: llvm/test/Analysis/BasicAA/noalias-inttoptr.ll:10
+  ret void
+}
----------------
We should also have negative (MayAlias) tests for a) non-local object and b) local escaping object.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101541



More information about the llvm-commits mailing list