mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
AMDGPU: Use requested chain when lowering arguments
No test since I'm not aware of any case where this will end up being a different chain. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eada3a8b97
commit
bd884766bf
@ -588,7 +588,7 @@ SDValue SITargetLowering::LowerFormalArguments(
|
||||
VA.getLocMemOffset();
|
||||
// The first 36 bytes of the input buffer contains information about
|
||||
// thread group and global sizes.
|
||||
SDValue Arg = LowerParameter(DAG, VT, MemVT, DL, DAG.getRoot(),
|
||||
SDValue Arg = LowerParameter(DAG, VT, MemVT, DL, Chain,
|
||||
Offset, Ins[i].Flags.isSExt());
|
||||
|
||||
const PointerType *ParamTy =
|
||||
|
Loading…
Reference in New Issue
Block a user