[PATCH] D28741: [EarlyCSE] Don't DSE across readnone functions that may throw

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 10:28:13 PST 2017


sanjoy added a comment.

In https://reviews.llvm.org/D28741#648387, @majnemer wrote:

> mayReadFromMemoryOrThrow is a weird predicate, could we just use the other two predicates directly?


Yea, I'll do the same as what I did on the instcombine patch.


https://reviews.llvm.org/D28741





More information about the llvm-commits mailing list