[PATCH] D114035: [DSE] Improve handling of `strncpy` in Dead Store Elimination

Fabian Wolff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 14:11:15 PST 2021


fwolff created this revision.
fwolff added reviewers: fhahn, xbolva00, lebedev.ri.
fwolff added a project: LLVM.
Herald added a subscriber: hiraditya.
fwolff requested review of this revision.
Herald added a subscriber: llvm-commits.

Fixes PR#52062 and one of the remaining cases of PR#47644.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114035

Files:
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/test/Transforms/DeadStoreElimination/memset-and-strncpy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114035.387760.patch
Type: text/x-patch
Size: 6646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211116/6ae8fa84/attachment.bin>


More information about the llvm-commits mailing list