[PATCH] D128865: [AMDGPU] Make v16i16/v16f16 legal

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 16:48:42 PDT 2022


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

There are upcoming intrinsics to use the new types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128865

Files:
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInstructions.td
  llvm/lib/Target/AMDGPU/SIRegisterInfo.td
  llvm/test/Analysis/CostModel/AMDGPU/add-sub.ll
  llvm/test/Analysis/CostModel/AMDGPU/arith-ssat.ll
  llvm/test/Analysis/CostModel/AMDGPU/arith-usat.ll
  llvm/test/Analysis/CostModel/AMDGPU/fadd.ll
  llvm/test/Analysis/CostModel/AMDGPU/fdiv.ll
  llvm/test/Analysis/CostModel/AMDGPU/fma.ll
  llvm/test/Analysis/CostModel/AMDGPU/fmul.ll
  llvm/test/Analysis/CostModel/AMDGPU/fptosi.ll
  llvm/test/Analysis/CostModel/AMDGPU/fptoui.ll
  llvm/test/Analysis/CostModel/AMDGPU/fsub.ll
  llvm/test/Analysis/CostModel/AMDGPU/mul.ll
  llvm/test/CodeGen/AMDGPU/extract-subvector-16bit.ll
  llvm/test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
  llvm/test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
  llvm/test/CodeGen/AMDGPU/half.ll
  llvm/test/CodeGen/AMDGPU/inlineasm-illegal-type.ll
  llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
  llvm/test/CodeGen/AMDGPU/load-constant-i16.ll
  llvm/test/CodeGen/AMDGPU/load-global-i16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128865.441204.patch
Type: text/x-patch
Size: 226908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220629/62e169c5/attachment-0001.bin>


More information about the llvm-commits mailing list