This is an archive of the discontinued LLVM Phabricator instance.

[PATCH 02/27] [noalias] Introduce family of noalias intrinsics.
Needs ReviewPublic

Authored by jeroen.dobbelaere on Oct 4 2019, 2:15 PM.

Details

Reviewers
hfinkel
jdoerfert
Summary

This is part of the series started by D68484.

Following intrinsics are introduced:

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

Note: It now also incorporates D68485 and D68486

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 2:15 PM
jeroen.dobbelaere retitled this revision from [PATCH 04/38] [noalias] Introduce family of noalias intrinsics. to [PATCH 02/26] [noalias] Introduce family of noalias intrinsics..
jeroen.dobbelaere edited the summary of this revision. (Show Details)
jeroen.dobbelaere retitled this revision from [PATCH 02/26] [noalias] Introduce family of noalias intrinsics. to [PATCH 02/27] [noalias] Introduce family of noalias intrinsics..Sep 7 2020, 2:37 PM