This is an archive of the discontinued LLVM Phabricator instance.

[PATCH 02/38] [noalias] D9375: An llvm.noalias intrinsic
AbandonedPublic

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

Details

Reviewers
hfinkel
jdoerfert
Summary

This is part of the series started by D68484.

Rebase of D9375

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 2:06 PM
jeroen.dobbelaere edited the summary of this revision. (Show Details)Oct 4 2019, 2:09 PM
craig.topper added inline comments.
llvm/docs/LangRef.rst
17134

Is this intended to be a different LangRef text than the documentation in D68484?

jeroen.dobbelaere marked an inline comment as done.Oct 7 2019, 12:52 PM
jeroen.dobbelaere added inline comments.
llvm/docs/LangRef.rst
17134

No, the 'rebases' are meant to be just a 'rebase' of the original patch from Hal Finkel. The next patch adapts it to the full restrict support. For this part here, the next patch removes this documentation again.

For review convenience, all changes related to the original local restrict patches have now been incorporated in the full restrict patch series.