[PATCH] D68487: [PATCH 04/38] [noalias] Introduce family of noalias intrinsics.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 14:21:34 PDT 2019


jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: hfinkel, jdoerfert.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is part of the series started by D68484 <https://reviews.llvm.org/D68484>.

Following intrinsics are introduced:

- llvm.noalias.decl
- llvm.noalias
- llvm.side.noalias
- llvm.noalias.arg.guard
- llvm.noalias.copy.guard


https://reviews.llvm.org/D68487

Files:
  llvm/include/llvm/IR/Intrinsics.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68487.223287.patch
Type: text/x-patch
Size: 9506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/01a847d2/attachment.bin>


More information about the llvm-commits mailing list