This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: During img instruction ret value construction cater for non int values
ClosedPublic

Authored by dstuttard on Aug 16 2021, 7:45 AM.

Details

Summary

Make sure return type is int type.

Change-Id: I5b2076fd027bd1b0bd2c3494184a278eb04a538f

Diff Detail

Event Timeline

dstuttard created this revision.Aug 16 2021, 7:45 AM
dstuttard requested review of this revision.Aug 16 2021, 7:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 7:45 AM

We ran across this issue a while back for graphics, but I'd forgotten to upstream it.

Joe_Nash accepted this revision.Aug 16 2021, 7:49 AM
This revision is now accepted and ready to land.Aug 16 2021, 7:49 AM
This revision was landed with ongoing or failed builds.Aug 17 2021, 1:09 AM
This revision was automatically updated to reflect the committed changes.

Missing test?