[PATCH] D93039: Introduce llvm.noalias.decl intrinsic
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 9 13:22:53 PST 2021
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM, but please wait for @jdoerfert to check this as well.
================
Comment at: llvm/docs/LangRef.rst:19596
+noalias scope is declared. When the intrinsic is duplicated, a decision must
+must also be made about the scope: depending on the reason of the duplication,
+sometimes the scope must be duplicated as well.
----------------
nit: reason of -> reason for
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93039/new/
https://reviews.llvm.org/D93039
More information about the llvm-commits
mailing list