[PATCH] D43425: [DSE] Don't DSE stores that subsequent memmove calls read from

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 18:23:39 PST 2018


efriedma added inline comments.


================
Comment at: test/Transforms/DeadStoreElimination/simple.ll:261
+; locations without invoking undefined behavior.
+
 ; CHECK-LABEL: @test18(
----------------
See https://bugs.llvm.org/show_bug.cgi?id=11763 .


Repository:
  rL LLVM

https://reviews.llvm.org/D43425





More information about the llvm-commits mailing list