[all-commits] [llvm/llvm-project] b25c7c: [AMDGPU][GlobalISel] Widen the vector operand in G...
Mateja Marjanovic via All-commits
all-commits at lists.llvm.org
Wed May 3 08:15:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b25c7cafcbe1b52ea2d1ff5e5c2f13674b5f297d
https://github.com/llvm/llvm-project/commit/b25c7cafcbe1b52ea2d1ff5e5c2f13674b5f297d
Author: Mateja Marjanovic <mmarjano at amd.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Widen the vector operand in G_BUILD/INSERT/EXTRACT_VECTOR
Widen the vector operand type in G_BUILD_VECTOR, G_INSERT_VECTOR_ELT,
G_EXTRACT_VECTOR_ELT to the nearest larger RegClass.
More information about the All-commits
mailing list