[all-commits] [llvm/llvm-project] 9d4cf5: [AMDGPU] Make v16f64/v16i64 legal
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu May 14 14:47:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d4cf5bd421fb6467ff5f00e26a37527246dd4d6
https://github.com/llvm/llvm-project/commit/9d4cf5bd421fb6467ff5f00e26a37527246dd4d6
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
M llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
M llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
Log Message:
-----------
[AMDGPU] Make v16f64/v16i64 legal
This allows indirect VGPR addressing to work.
Differential Revision: https://reviews.llvm.org/D79960
More information about the All-commits
mailing list