[PATCH] D95122: [Libcalls, Attrs] Annotate libcalls with noundef

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 07:07:22 PST 2021


jdoerfert added a comment.

LGTM. FWIW, `nonnull` should imply `noundef` because if it was `undef` we could pick `null`.


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

https://reviews.llvm.org/D95122



More information about the llvm-commits mailing list