[all-commits] [llvm/llvm-project] 3e0c81: [CIR][AMDGPU] Adds lowering for amdgcn image load/...

Rana Pratap Reddy via All-commits all-commits at lists.llvm.org
Wed May 27 00:32:40 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e0c818e6f80213b737a5e18318de794a3914f71
      https://github.com/llvm/llvm-project/commit/3e0c818e6f80213b737a5e18318de794a3914f71
  Author: Rana Pratap Reddy <109514914+ranapratap55 at users.noreply.github.com>
  Date:   2026-05-27 (Wed, 27 May 2026)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
    M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
    A clang/test/CIR/CodeGenHIP/builtins-amdgcn-image.hip

  Log Message:
  -----------
  [CIR][AMDGPU] Adds lowering for amdgcn image load/store builtins (#198184)

Support for lowering of amdgcn_image_load/store for AMDGPU builtins to
clangIR.
Followed similar lowering from clang->llvmir:
`clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp`.

Upstreaming clangIR PR: https://github.com/llvm/clangir/pull/2058



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