[all-commits] [llvm/llvm-project] 61f1f2: AMDGPU/GlobalISel: Initial Implementation of calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 20 08:22:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61f1f2a2042343501dd5cfc2e378298d6653150c
https://github.com/llvm/llvm-project/commit/61f1f2a2042343501dd5cfc2e378298d6653150c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call-implicit-args.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
Log Message:
-----------
AMDGPU/GlobalISel: Initial Implementation of calls
Return values, and tail calls are not yet handled.
More information about the All-commits
mailing list