[PATCH] D85963: [SLC] sprintf(dst, "%s", str) -> strcpy(dst, str)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 14:49:24 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6dbf0cfcf789: [SLC] sprintf(dst, "%s", str) -> strcpy(dst, str) (authored by xbolva00).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85963

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/2010-05-30-memcpy-Struct.ll
  llvm/test/Transforms/InstCombine/sprintf-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85963.285766.patch
Type: text/x-patch
Size: 13028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/d39e6c30/attachment.bin>


More information about the llvm-commits mailing list