This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Implement llvm.amdgcn.icmp/fcmp for i16/f16
ClosedPublic

Authored by arsenm on Aug 13 2018, 3:00 AM.

Details

Reviewers
rampitec
scchan
Summary

Also support these on targets without support for these,
since it will allow us to freely create thes in instcombine.

Diff Detail

Event Timeline

arsenm created this revision.Aug 13 2018, 3:00 AM
This revision is now accepted and ready to land.Aug 13 2018, 3:02 AM
scchan accepted this revision.Aug 13 2018, 7:44 AM
scchan added a subscriber: scchan.

LGTM

arsenm closed this revision.Aug 15 2018, 2:26 PM

r339819