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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 15:43:37 PST 2021


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp:243
+                                LocationSize::precise(Len->getZExtValue()),
+                                CB->getAAMetadata());
+        [[clang::fallthrough]];
----------------
Same here


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

https://reviews.llvm.org/D114035



More information about the llvm-commits mailing list