[PATCH] D32474: [InstCombine] Add missing commute handling to (A | B) & (B ^ (~A)) -> (A & B)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 07:02:47 PDT 2017


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

LGTM.


https://reviews.llvm.org/D32474





More information about the llvm-commits mailing list