[PATCH] D29149: NewGVN: Add basic dead store elimination

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 15:13:47 PST 2017


efriedma added a comment.

Not sure I would call this dead store elimination; you aren't proving the store is dead, just that it's redundant.


https://reviews.llvm.org/D29149





More information about the llvm-commits mailing list