[PATCH] D116187: [AMDGPU] Select build_vector DAG nodes according to the divergence

Alexander via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 22 13:45:41 PST 2021


alex-t created this revision.
alex-t added a reviewer: rampitec.
Herald added subscribers: foad, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
alex-t requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This change enables divergence-driven instruction selection for the build_vector DAG nodes.

  It also enables packed i16 instructions for GFX9.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116187

Files:
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/test/CodeGen/AMDGPU/divergence-driven-buildvector.ll
  llvm/test/CodeGen/AMDGPU/idot8s.ll
  llvm/test/CodeGen/AMDGPU/vector_shuffle.packed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116187.395924.patch
Type: text/x-patch
Size: 37992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211222/a8e78cd6/attachment.bin>


More information about the llvm-commits mailing list