[PATCH] D68484: [PATCH 01/27] [noalias] LangRef: noalias intrinsics and ptr_provenance documentation.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 00:31:53 PST 2021


jeroen.dobbelaere added a comment.

Note for those that have not been following the LLVM AA Technical Calls: we have introduced part of the infrastructure needed for full restrict by focusing on fixing https://bugs.llvm.org/show_bug.cgi?id=39282 (See D93039 <https://reviews.llvm.org/D93039>, D93040 <https://reviews.llvm.org/D93040>, D92887 <https://reviews.llvm.org/D92887>, D94306 <https://reviews.llvm.org/D94306>).

Next steps involve looking at providing the `ptr_provenance` infrastructure.

I also try to provide an update of at least the single patch (D69542 <https://reviews.llvm.org/D69542>) in the coming weeks.


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

https://reviews.llvm.org/D68484



More information about the llvm-commits mailing list