This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GCN: Promote i16 ctpop
ClosedPublic

Authored by jvesely on Mar 1 2018, 4:34 PM.

Details

Summary

i16 capable ASICs do not support i16 operands for this instruction.

Add tablegen pattern to merge chained i16 additions.

Diff Detail

Repository
rL LLVM

Event Timeline

jvesely created this revision.Mar 1 2018, 4:34 PM
arsenm accepted this revision.Mar 1 2018, 4:44 PM

LGTM

This revision is now accepted and ready to land.Mar 1 2018, 4:44 PM
This revision was automatically updated to reflect the committed changes.