This is an archive of the discontinued LLVM Phabricator instance.

TableGen: Support physical register inputs > 255
ClosedPublic

Authored by arsenm on Jul 18 2019, 6:32 AM.

Details

Summary

This was truncating register value that didn't fit in unsigned char.
Switch AMDGPU sendmsg intrinsics to using a tablegen pattern.

Diff Detail

Event Timeline

arsenm created this revision.Jul 18 2019, 6:32 AM
nhaehnle accepted this revision.Jul 22 2019, 2:25 AM
nhaehnle added a subscriber: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jul 22 2019, 2:25 AM
arsenm closed this revision.Jul 22 2019, 8:02 AM

r366695