[PATCH] D74190: AMDGPU/GlobalISel: Split 64-bit G_CTPOP in RegBankSelect

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 06:12:16 PST 2020


arsenm added a comment.

In D74190#1863365 <https://reviews.llvm.org/D74190#1863365>, @nhaehnle wrote:

> I would suggest adding a test for s16 ctpop. If that happens to just work, then great and LGTM.


s16 ctpop isn't legal, so the verifier will fail here. We could arguably make it legal with SDWA,


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

https://reviews.llvm.org/D74190





More information about the llvm-commits mailing list