[PATCH] D63046: [Attributor] Deduce "willreturn" function attribute

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 13:04:58 PDT 2019


uenoku added a comment.

For some intrinsics, I can not judge whether it is allowed to mark `willreturn`. I want to hear an opinion.

- Standard C libray: especially `memcpy, memmove, memset`


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

https://reviews.llvm.org/D63046





More information about the llvm-commits mailing list