[PATCH] D141989: [InstSimplify] 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 10:39:01 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.
> 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.

Move to instsimplify.


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