[all-commits] [llvm/llvm-project] 0de547: AMDGPU/GlobalISel: Ensure subreg is valid when sel...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Aug 4 09:27:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0de547ed4ada068ea618bdb8ce58ddc89de9a42f
https://github.com/llvm/llvm-project/commit/0de547ed4ada068ea618bdb8ce58ddc89de9a42f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-unmerge-values.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
Log Message:
-----------
AMDGPU/GlobalISel: Ensure subreg is valid when selecting G_UNMERGE_VALUES
Fixes verifier error with SGPR unmerges with 96-bit result types.
More information about the All-commits
mailing list