[all-commits] [llvm/llvm-project] 81967c: [AMDGPU] Document that only naturally aligned atom...
Fabian Ritter via All-commits
all-commits at lists.llvm.org
Wed Jun 10 00:41:08 PDT 2026
Branch: refs/heads/users/ritter-x2a/05-28-_amdgpu_document_that_only_naturally_aligned_atomics_of_up_to_64_bits_are_supported_by_the_amdgpu_backend
Home: https://github.com/llvm/llvm-project
Commit: 81967cfb4ca816c59a1c9719f4aa773730686310
https://github.com/llvm/llvm-project/commit/81967cfb4ca816c59a1c9719f4aa773730686310
Author: ritter-x2a <9519134+ritter-x2a at users.noreply.github.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
Log Message:
-----------
[AMDGPU] Document that only naturally aligned atomics of up to 64 bits are supported by the AMDGPU backend (#200167)
We get an error from AtomicExpandPass if those constraints are not satisfied.
The 64-bit limit is set [here, in AMDGPUISelLowering.cpp](https://github.com/llvm/llvm-project/blob/5cac2751fb9cf3112d16717b278e40d07dd6cfdc/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp#L645).
This patch also introduces a new "Unsupported IR Constructs" section to the AMDGPUUsage doc, where we can document more such cases.
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