Files
llvm/lib
Yaxun Liu eb711fee66 CodeGen: Fix TargetLowering::LowerCallTo for sret value type
TargetLowering::LowerCallTo assumes that sret value type corresponds to a
pointer in default address space, which is incorrect, since sret value type
should correspond to a pointer in alloca address space, which may not
be the default address space. This causes assertion for amdgcn target
in amdgiz environment.

This patch fixes that.

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318167 91177308-0d34-0410-b5e6-96231b3b80d8
2017-11-14 18:46:52 +00:00
..
2017-10-19 01:32:18 +00:00
2017-10-16 20:48:19 +00:00
2017-11-14 01:21:15 +00:00
2017-11-14 16:14:00 +00:00
2017-10-27 21:12:28 +00:00