[PATCH] D114035: [DSE] Improve handling of `strncpy` in Dead Store Elimination
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 19 01:59:21 PST 2021
fhahn added a comment.
Thanks for the latest updates!
We already have tests with other library calls in `llvm/test/Transforms/DeadStoreElimination/libcalls.ll`. It might good to move the tests from `llvm/test/Transforms/DeadStoreElimination/memset-and-strncpy.ll` to that file and recommit the changes.
Are you planning on also adding support for other `*n*` variants of library calls?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114035/new/
https://reviews.llvm.org/D114035
More information about the llvm-commits
mailing list