[PATCH] D52062: [InstCombine] Inefficient pattern for high-bits checking 3 (PR38708)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 09:34:43 PDT 2018


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

LGTM - might want to add a code comment that we're only expecting this pattern in the multi-use case otherwise, it would have been canonicalized to the 'not' form.


Repository:
  rL LLVM

https://reviews.llvm.org/D52062





More information about the llvm-commits mailing list