AMDGPU: During img instruction ret value construction cater for non int values
authorDavid Stuttard <david.stuttard@amd.com>
Wed, 5 Feb 2020 14:22:18 +0000 (14:22 +0000)
committerDavid Stuttard <david.stuttard@amd.com>
Tue, 17 Aug 2021 08:08:24 +0000 (09:08 +0100)
commitebdb0d09a4f464417e2d916be550ab227f1b3549
treebbab594727ad554281a1acdf88f704df9df0f5b7
parent4f21e6aeddc2dbe4ae22aba5b97cae0c50c961f6
AMDGPU: During img instruction ret value construction cater for non int values

Make sure return type is int type.

Differential Revision: https://reviews.llvm.org/D108131

Change-Id: Ic02f07d1234cd51b6ed78c3fecd2cb1d6acd5644
llvm/lib/Target/AMDGPU/SIISelLowering.cpp