[PATCH] D38206: [InstCombine] Remove one use restriction on the shift for calls to foldICmpAndShift.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:31:13 PDT 2017


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM. The transform that I asked about no longer exists after https://reviews.llvm.org/rL314153, so that question is decoupled from this patch. Still might be worth adding a test if one doesn't exist already.


https://reviews.llvm.org/D38206





More information about the llvm-commits mailing list