Hi Roger!
On 2023-01-09T13:29:14+, "Roger Sayle" wrote:
> The result of a POPCOUNT operation in RTL should have the same mode
> as its operand. This corrects the specification of popcount in
> the nvptx backend, splitting the current generic define_insn into
> two, one for popcountsi2 and th
The result of a POPCOUNT operation in RTL should have the same mode
as its operand. This corrects the specification of popcount in
the nvptx backend, splitting the current generic define_insn into
two, one for popcountsi2 and the other for popcountdi2 (the latter
with an explicit truncate).
This