[PATCH] D130666: [InstCombine] Add support for strlcpy folding

Martin Sebor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 08:28:25 PDT 2022


msebor added a comment.

Ping: Does anyone have any comments on this enhancement?

For additional motivation behind this change besides the recent inclusion of the functions in POSIX see also the 1999 paper strlcpy and strlcat — Consistent, Safe, String Copy and Concatenation <https://www.usenix.org/legacy/publications/library/proceedings/usenix99/full_papers/millert/millert.pdf>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130666



More information about the llvm-commits mailing list