[PATCH] D50730: [AST] Generalize argument specific aliasing
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 08:15:57 PDT 2018
anna accepted this revision.
anna added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Analysis/AliasSetTracker.cpp:457
+ // Handle all calls with known mod/ref sets generically, but special case the
+ // two family of intrinsics which can involve volatile access.
+ CallSite CS(I);
----------------
which two family of intrinsics? Are these the memset and memtransfer calls? They are handled above. Maybe move the comment to above line 451.
https://reviews.llvm.org/D50730
More information about the llvm-commits
mailing list