[PATCH] D43220: [DeadStoreElimination] Salvage debug info from dead insts

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 10:10:38 PST 2018


vsk added a comment.

In https://reviews.llvm.org/D43220#1006218, @davide wrote:

> This is fine, but haven't looked whether DSE has other places where it removes instructions.


Thanks. This is the only site which calls eraseFromParent(), so we should be set.


https://reviews.llvm.org/D43220





More information about the llvm-commits mailing list