[PATCH] D36743: [InstCombine] Added support for (X >>s C) << C --> X & (-1 << C)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 09:37:58 PDT 2017


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

LGTM.


https://reviews.llvm.org/D36743





More information about the llvm-commits mailing list