The API is a bit awkward since you need to index into an array in the
passed struct. I guess an alternative would be to pass all of the
individual fields.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D96225
GlobalISel: Handle arguments partialy passed on the stack ClosedPublic Authored by arsenm on Feb 7 2021, 1:07 PM.
Details Summary The API is a bit awkward since you need to index into an array in the
Diff Detail Event TimelineHerald added subscribers: kerbowa, hiraditya, rovka and 2 others. · View Herald TranscriptFeb 7 2021, 1:07 PM This revision is now accepted and ready to land.Feb 15 2021, 1:15 PM
Revision Contents
Diff 322002 llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-arguments.ll
|