[PATCH] D68470: [InstCombine][NFC] dropRedundantMaskingOfLeftShiftInput(): change how we deal with mask

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 06:46:17 PDT 2019


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

In D68470#1697370 <https://reviews.llvm.org/D68470#1697370>, @lebedev.ri wrote:

> In D68470#1697275 <https://reviews.llvm.org/D68470#1697275>, @spatel wrote:
>
> > The diff as shown includes D68239 <https://reviews.llvm.org/D68239> rather than building on top of it? Commit the other patch and rebase, so we are current with trunk?
>
>
> No, this is fully properly rebased.


I see. I was distracted by the cosmetic diffs caused by different indentation. This is already NFC, so there's not much point in making sub-patches. LGTM.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68470/new/

https://reviews.llvm.org/D68470





More information about the llvm-commits mailing list