[PATCH] D47980: [InstCombine] Fold (x << y) >> y -> x & (-1 >> y)
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 11 10:04:29 PDT 2018
rampitec accepted this revision.
rampitec added a comment.
Ah! I see the reviews to fold it into a bfe. I have no concern then, LGTM.
Repository:
rL LLVM
https://reviews.llvm.org/D47980
More information about the llvm-commits
mailing list