[PATCH] D65402: [Attributor][MustExec] Deduce dereferenceable and nonnull attribute using MustBeExecutedContextExplorer
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 10:01:15 PDT 2019
xbolva00 added a comment.
What about
memcmp(a,b,16) ? Do we infer that a,b are nonnull and deref(16)?
Same for many libc functions..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65402/new/
https://reviews.llvm.org/D65402
More information about the llvm-commits
mailing list