Pass all arguments to every function, rather than only passing thhe
minimum set of inputs needed for the call graph.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D76106
AMDGPU: Add flag to used fixed function ABI ClosedPublic Authored by arsenm on Mar 12 2020, 3:52 PM.
Details
Diff Detail Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 7 others. · View Herald TranscriptMar 12 2020, 3:52 PM arsenm added a parent revision: D76107: AMDGPU: Don't handle kernarg.segment.ptr in functions.Mar 12 2020, 3:54 PM This revision is now accepted and ready to land.Mar 12 2020, 4:50 PM
Revision Contents
Diff 250080 llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.h
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
|