[PATCH] D44398: [InstCombine] Replace calls to getNumUses with hasNUses or hasNUsesOrMore

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 11:45:46 PDT 2018


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

LGTM. I was going to suggest adding a note to the header doc, but I see it's already there. I'll be more careful in the future. :)
A quick grep shows there are more potential cleanups outside of instcombine.


https://reviews.llvm.org/D44398





More information about the llvm-commits mailing list