[PATCH] D50039: [LibCalls] Added nonnull atribute to libc function args

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 11:35:27 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D50039#1247201, @xbolva00 wrote:

> Adding @spatel since he is the author of "EnableNonnullArgPropagation" (https://reviews.llvm.org/D27855)


>From what I can tell, the patch that was supposed to make the C functions safe and let us flip the setting of EnableNonnullArgPropagation is here:
https://reviews.llvm.org/D30806

It was approved, but it was never committed?


https://reviews.llvm.org/D50039





More information about the llvm-commits mailing list