[all-commits] [llvm/llvm-project] bb0094: AMDGPU/GlobalISel: Hack to fix i24 argument lowering
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 30 08:02:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb009498c2918c6c0dd099c54787e7e724e4ef2b
https://github.com/llvm/llvm-project/commit/bb009498c2918c6c0dd099c54787e7e724e4ef2b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-sat.ll
Log Message:
-----------
AMDGPU/GlobalISel: Hack to fix i24 argument lowering
I still think the call lowering type legalization logic split between
the generic code and target is too confusing, but largely induced by
the reliance on the DAG infrastructure.
More information about the All-commits
mailing list