[PATCH] D122077: [InstCombine] Fold (ctpop(X) == 1) | (X == 0) into ctpop(X) < 2

Hirochika Matsumoto via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 07:17:55 PDT 2022


hkmatsumoto added a comment.

@spatel Since I don't have commit access, can you land this patch?
Please use "Hirochika Matsumoto <git at hkmatsumoto.com> as my identity.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122077



More information about the cfe-commits mailing list