[PATCH] D23722: [InstCombine] Allow sinking from unique predecessor with multiple edges

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 20 12:12:38 PDT 2016


reames added a subscriber: reames.
reames accepted this revision.
reames added a reviewer: reames.
reames added a comment.
This revision is now accepted and ready to land.

LGTM

In general, I don't like the fact we have sinking logic in InstCombine at all, but this is a perfectly reasonable extension of the existing design.


https://reviews.llvm.org/D23722





More information about the llvm-commits mailing list