[all-commits] [llvm/llvm-project] bb7107: [AMDGPU][GISel] Add missing V2S16 BUILD_VECTOR_TRU...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Oct 5 23:49:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb71079e3064d32b93328fd76964d88ca569deec
https://github.com/llvm/llvm-project/commit/bb71079e3064d32b93328fd76964d88ca569deec
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector-trunc.mir
Log Message:
-----------
[AMDGPU][GISel] Add missing V2S16 BUILD_VECTOR_TRUNC legalization
Previously we would be unable to legalize V2S16 BUILD_VECTOR_TRUNC on GFX8 & below as the custom legalization was missing.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D135149
More information about the All-commits
mailing list