[PATCH] D141329: [AMDGPU] Can sub-dword elements to i32 in concat_vectors
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 15:05:48 PST 2023
rampitec created this revision.
rampitec added reviewers: kerbowa, arsenm.
Herald added subscribers: kosarev, foad, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
This produces better code by avoiding repacking in some cases.
Fixes: SWDEV-373436
https://reviews.llvm.org/D141329
Files:
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/test/CodeGen/AMDGPU/vector_shuffle.packed.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141329.487568.patch
Type: text/x-patch
Size: 5884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230109/17ac0265/attachment.bin>
More information about the llvm-commits
mailing list