[PATCH] D11143: [RFC] Cross Block DSE
hfinkel@anl.gov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 10:13:34 PDT 2015
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Transforms/Scalar/DeadStoreElimination.cpp:1002
@@ +1001,3 @@
+ continue;
+ // A path with backedge may not be safe.Conservatively mark
+ // this store unsafe.
----------------
Missing space after period.
http://reviews.llvm.org/D11143
More information about the llvm-commits
mailing list