This is an archive of the discontinued LLVM Phabricator instance.

[PATCH 35/38] [noalias] D9403: llvm.noalias - Clang CodeGen for local restrict-qualified pointers
AbandonedPublic

Authored by jeroen.dobbelaere on Oct 4 2019, 3:24 PM.

Details

Reviewers
hfinkel
jdoerfert
Summary

This is part of the series started by D68484.

Rebase of D9403

Diff Detail

Event Timeline

erichkeane added inline comments.
clang/lib/CodeGen/CGDecl.cpp
1878

I suspect we'd want to do this as a twine so that it only allocates 1x?

jeroen.dobbelaere marked 3 inline comments as done.Oct 28 2019, 9:27 AM
jeroen.dobbelaere added inline comments.
clang/lib/CodeGen/CGDecl.cpp
1878

Yes, see D68521. (I try to not modify Hal's original patches in the 'rebase' version)

jeroen.dobbelaere marked an inline comment as done.

Rebased

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