[PATCH] D52635: [FunctionAttrs] Re-enable propagation of nonnull argument attributes from callsites to callers

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 16:12:08 PDT 2018


spatel added a comment.

> Later, this issue was fixed on Clang side in https://reviews.llvm.org/rC298491. This patch (re)enables it by default in LLVM.

Repeating a comment from the now closed https://reviews.llvm.org/D30806 for reference:

But it got reverted soon after due to miscompiles:
https://reviews.llvm.org/rL298695

And the functionality hasn't been reimplemented AFAICT.


https://reviews.llvm.org/D52635





More information about the llvm-commits mailing list