]> granicus.if.org Git - llvm/commit
AMDGPU: Drop remnants of byval support for shaders
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 12 Jul 2019 20:12:17 +0000 (20:12 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 12 Jul 2019 20:12:17 +0000 (20:12 +0000)
commit467221aa92e309d51b3d19ef3735c3ee24d0b7a4
tree69e86f796a6ab54c5a7e17ea48d4838bacfe3dff
parent25aec8d782b4ddefea1dd825192cfb4bc66c46b3
AMDGPU: Drop remnants of byval support for shaders

Before 2018, mesa used to use byval interchangably with inreg, which
didn't really make sense. Fix tests still using it to avoid breaking
in a future commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365953 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
lib/Target/AMDGPU/SIISelLowering.cpp
test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll
test/CodeGen/AMDGPU/default-fp-mode.ll
test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll
test/CodeGen/AMDGPU/mubuf.ll
test/CodeGen/AMDGPU/ret.ll
test/CodeGen/AMDGPU/ret_jump.ll
test/CodeGen/AMDGPU/sgpr-copy.ll
test/CodeGen/AMDGPU/si-scheduler.ll
test/CodeGen/AMDGPU/si-sgpr-spill.ll
test/CodeGen/AMDGPU/split-smrd.ll
test/CodeGen/AMDGPU/unigine-liveness-crash.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
test/CodeGen/AMDGPU/wait.ll