summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/GlobalISel/ret.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU/GlobalISel: Handle most function return typesMatt Arsenault2019-07-261-0/+3
handleAssignments gives up pretty easily on structs, and i8 values for some reason. The other case that doesn't work is when an implicit sret needs to be inserted if the return size exceeds the number of return registers. llvm-svn: 367082
OpenPOWER on IntegriCloud