[all-commits] [llvm/llvm-project] 7905d5: [AMDGPU] Add support for store to constant address...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Tue Aug 19 18:04:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7905d5e3647eb6f8bfbf815a2cc05dd6344a79c3
https://github.com/llvm/llvm-project/commit/7905d5e3647eb6f8bfbf815a2cc05dd6344a79c3
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-08-19 (Tue, 19 Aug 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
R llvm/test/CodeGen/AMDGPU/store-to-constant-error.ll
A llvm/test/CodeGen/AMDGPU/store-to-constant.ll
Log Message:
-----------
[AMDGPU] Add support for store to constant address space (#153835)
Since we don't stores to the constant address space as IR verifier
errors, we need to support their lowering.
Fixes SWDEV-499366.
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