[PATCH] D114793: [BuildLibCalls] Add argmemonly, writeonly, nounwind to memset_chk.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 06:08:43 PST 2021


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/BuildLibCalls.cpp:464
     return Changed;
   case LibFunc_memcpy_chk:
     Changed |= setDoesNotThrow(F);
----------------
Maybe also improve this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114793



More information about the llvm-commits mailing list