[PATCH] D105385: [AMDGPU] Add SelectionDAG support for insert_subvector on v4f64

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 18:47:37 PDT 2021


critson created this revision.
critson added reviewers: foad, arsenm.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Enable custom insert_subvector for larger vector types.
This is necessary now that SelectionDAG can attempt v3f64 insert
to v4f64, etc.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105385

Files:
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/bug-v4f64-subvector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105385.356308.patch
Type: text/x-patch
Size: 12151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210703/56060ba9/attachment.bin>


More information about the llvm-commits mailing list