This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix narrowing of G_CTPOP
ClosedPublic

Authored by arsenm on Feb 6 2020, 7:41 PM.

Details

Summary

The result type is separate from the source type. Tests will be
included in a future AMDGPU patch which uses this from
RegBankSelect/applyMappingImpl.

Diff Detail