[all-commits] [llvm/llvm-project] 71131d: AMDGPU: Improve <2 x i24> arguments and return val...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Sep 16 08:22:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71131db6895430d1c027712677a99a573eb7545f
https://github.com/llvm/llvm-project/commit/71131db6895430d1c027712677a99a573eb7545f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/call-return-types.ll
M llvm/test/CodeGen/AMDGPU/fshr.ll
M llvm/test/CodeGen/AMDGPU/function-args.ll
Log Message:
-----------
AMDGPU: Improve <2 x i24> arguments and return value handling
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.
More information about the All-commits
mailing list