[PATCH] D130922: [InstCombine] Add support for stpncpy folding

Martin Sebor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 13:44:47 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe80e134c77bb: [InstCombine] Add support for stpncpy folding (authored by msebor).

Changed prior to commit:
  https://reviews.llvm.org/D130922?vs=460150&id=463330#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130922

Files:
  llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/simplify-libcalls-i16.ll
  llvm/test/Transforms/InstCombine/simplify-libcalls.ll
  llvm/test/Transforms/InstCombine/stpncpy-1.ll
  llvm/test/Transforms/InstCombine/strcpy-nonzero-as.ll
  llvm/test/Transforms/InstCombine/strncpy-1.ll
  llvm/test/Transforms/InstCombine/strncpy-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130922.463330.patch
Type: text/x-patch
Size: 45066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/be7dccc5/attachment.bin>


More information about the llvm-commits mailing list