[all-commits] [llvm/llvm-project] 6a4d9c: [AMDGPU] Remove error check for indirect calls and...
Madhur via All-commits
all-commits at lists.llvm.org
Mon Apr 19 12:05:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a4d9cb7e04d50d45819848ed8dc19c03242b8ca
https://github.com/llvm/llvm-project/commit/6a4d9cb7e04d50d45819848ed8dc19c03242b8ca
Author: madhur13490 <Madhur.Amilkanthwar at amd.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
M llvm/test/CodeGen/AMDGPU/call-constant.ll
M llvm/test/CodeGen/AMDGPU/simple-indirect-call.ll
M llvm/test/CodeGen/AMDGPU/unsupported-calls.ll
Log Message:
-----------
[AMDGPU] Remove error check for indirect calls and add missing queue-ptr
This patch removes -fixed-abi check for indirect calls
and also adds queue-ptr which is required for indirect calls to work.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D100633
More information about the All-commits
mailing list