[all-commits] [llvm/llvm-project] d2b8fc: AMDGPU/GlobalISel: Handle call return values
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 23 11:30:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d2b8fcff3446a9367472e338e44ecba9daf1e101
https://github.com/llvm/llvm-project/commit/d2b8fcff3446a9367472e338e44ecba9daf1e101
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-return-values.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-sret.ll
Log Message:
-----------
AMDGPU/GlobalISel: Handle call return values
The only case that I know doesn't work is the implicit sret case when
the return type doesn't fit in the return registers.
More information about the All-commits
mailing list