[all-commits] [llvm/llvm-project] e6ee62: AMDGPU: Add v_prng_b32 instruction for gfx950

Pravin Jagtap via All-commits all-commits at lists.llvm.org
Thu Nov 14 17:35:33 PST 2024


  Branch: refs/heads/users/arsenm/gfx950/add-prng
  Home:   https://github.com/llvm/llvm-project
  Commit: e6ee621d1c606dde113429aef1e66e8017ff8e19
      https://github.com/llvm/llvm-project/commit/e6ee621d1c606dde113429aef1e66e8017ff8e19
  Author: Pravin Jagtap <Pravin.Jagtap at amd.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CodeGenOpenCL/builtins-amdgcn-gfx950-err.cl
    A clang/test/CodeGenOpenCL/builtins-amdgcn-gfx950.cl
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/GCNSubtarget.h
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/TargetParser/TargetParser.cpp
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.prng.ll
    A llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
    A llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
    A llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
    M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll

  Log Message:
  -----------
  AMDGPU: Add v_prng_b32 instruction for gfx950

Rand num instruction for stochastic rounding.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list