[PATCH] D155864: [AMDGPU] Allow 8,16 bit sources in calculateSrcByte

Jeffrey Byrnes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 10:20:05 PDT 2023


jrbyrnes created this revision.
jrbyrnes added a reviewer: arsenm.
Herald added subscribers: foad, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
jrbyrnes requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Mostly NFC as calculateByteProvider needs to be updated to capture things like ISD::EXTRACT_VECTOR_ELT . Nonetheless, this is required for many trees produced in practice for i8 CodeGen.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155864

Files:
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/bf16.ll
  llvm/test/CodeGen/AMDGPU/load-lo16.ll
  llvm/test/CodeGen/AMDGPU/permute_i8.ll
  llvm/test/CodeGen/AMDGPU/trunc-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155864.542580.patch
Type: text/x-patch
Size: 9494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/11210aed/attachment.bin>


More information about the llvm-commits mailing list