[PATCH] D87984: [BuildLibCalls] Add noundef to the returned pointers of allocators and argument of free

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 27 09:49:38 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM. I think this is the right way to handle this. the size can be partially undef (="non-deterministic & variable") but everything else better is not.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87984/new/

https://reviews.llvm.org/D87984



More information about the llvm-commits mailing list