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

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 10:24:49 PST 2017


majnemer added a comment.

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


https://reviews.llvm.org/D28741





More information about the llvm-commits mailing list