[PATCH] D53342: [SimplifyLibCalls] Mark known arguments with nonnull
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 16:03:02 PDT 2019
xbolva00 added a comment.
In D53342#1638343 <https://reviews.llvm.org/D53342#1638343>, @xbolva00 wrote:
> I think I can tag many libc functions without size argument with nonnull args directly in “BuildLibCalls” - better approach.
>
> New patch soon.
Or should we assume if NullPointerIsDefined = true that strlen could work with null pointer?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53342/new/
https://reviews.llvm.org/D53342
More information about the llvm-commits
mailing list