[all-commits] [llvm/llvm-project] bb3f05: [AMDGPU] Support alloca in AS0

Shilei Tian via All-commits all-commits at lists.llvm.org
Tue Apr 22 17:35:24 PDT 2025


  Branch: refs/heads/users/shiltian/amdgpu-alloca-as0
  Home:   https://github.com/llvm/llvm-project
  Commit: bb3f05accd05f706d28fa34f57b0eca14d120098
      https://github.com/llvm/llvm-project/commit/bb3f05accd05f706d28fa34f57b0eca14d120098
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    A llvm/test/CodeGen/AMDGPU/alloca-as0.ll
    R llvm/test/CodeGen/AMDGPU/assert-wrong-alloca-addrspace.ll

  Log Message:
  -----------
  [AMDGPU] Support alloca in AS0

This PR lowers an alloca in AS0 to an alloca in AS5 followed by an addrspacecast
back to AS0.



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