[PATCH] D141989: [InstCombine] Add tests for ctpop(X) where X is a power of 2; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 09:22:52 PST 2023


goldstein.w.n added a comment.

In D141989#4061879 <https://reviews.llvm.org/D141989#4061879>, @spatel wrote:

> Add/change one of these tests to a vector type, so we have some coverage for that possibility.

Done.

> And as noted in the other review, this set of tests (and transform) can go into the InstSimplify directory because we are not creating any new instructions.

Any idea which file. Grepping around I didn't see any obvious places this belongs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141989



More information about the llvm-commits mailing list