[all-commits] [llvm/llvm-project] af5fd1: [AMDGPU] Extend f32 support for llvm.amdgcn.update...

Pravin Jagtap via All-commits all-commits at lists.llvm.org
Thu Aug 17 07:45:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af5fd142d352029d06d79b00b719a93c42649209
      https://github.com/llvm/llvm-project/commit/af5fd142d352029d06d79b00b719a93c42649209
  Author: Pravin Jagtap <Pravin.Jagtap at amd.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll

  Log Message:
  -----------
  [AMDGPU] Extend f32 support for llvm.amdgcn.update.dpp intrinsic

This will be useful to avoid the bit-casting noise
required to extend support for Floating Point
Operations in atomic optimizer for DPP in D156301

Reviewed By: arsenm, #amdgpu

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




More information about the All-commits mailing list