This was asserting for GlobalISel. For SelectionDAG, this was
passing this on the stack. Instead, scalarize this as if it were a
32-bit vector.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D87716
AMDGPU: Improve <2 x i24> arguments and return value handling ClosedPublic Authored by arsenm on Sep 15 2020, 12:29 PM.
Details
Diff Detail
Revision Contents
Diff 292002 llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
llvm/test/CodeGen/AMDGPU/call-return-types.ll
llvm/test/CodeGen/AMDGPU/fshr.ll
llvm/test/CodeGen/AMDGPU/function-args.ll
|