[PATCH] D29688: InstCombine: Remove dead code

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 15:24:56 PST 2017


majnemer added a comment.

This transform would not be correct if InstCombine removed all the allocas and then started introducing some back. We should make transforms resilient to iteration order.


https://reviews.llvm.org/D29688





More information about the llvm-commits mailing list