[all-commits] [llvm/llvm-project] 6c372d: [AMDGPU] New GFX11 intrinsic llvm.amdgcn.s.sendmsg...

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Jun 10 00:21:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c372daa84d4c7a40274c4b6de27445cede46fb7
      https://github.com/llvm/llvm-project/commit/6c372daa84d4c7a40274c4b6de27445cede46fb7
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-06-10 (Fri, 10 Jun 2022)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.rtn.ll

  Log Message:
  -----------
  [AMDGPU] New GFX11 intrinsic llvm.amdgcn.s.sendmsg.rtn

Add new intrinsic and codegen support for the s_sendmsg_rtn_b32 and
s_sendmsg_rtn_b64 instructions.

Differential Revision: https://reviews.llvm.org/D127315




More information about the All-commits mailing list