[PATCH] D150677: [GlobalIsel][X86] Legalize G_CTPOP and G_CTLZ
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 08:11:50 PDT 2023
tschuett added a comment.
Now, he fails to legalise:
unable to legalize instruction: %3:_(s16) = G_CTLZ %0:_(s8) (in function: test_ctlz8)
Note s8 and s16.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150677/new/
https://reviews.llvm.org/D150677
More information about the llvm-commits
mailing list