[PATCH] D47574: [EarlyCSE] Propagate conditions of AND and OR instructions

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 4 05:16:42 PDT 2018


dberlin added a comment.

So, the goal would be to reduce the maintenance burden and significantly more complex logic you are starting to introduce here about what can be propagated where.
If it doesn't bring benefits, i'd like to understand why.

I'm fine doing it as a followup.


https://reviews.llvm.org/D47574





More information about the llvm-commits mailing list