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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 05:24:44 PST 2023


spatel added a comment.

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.


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