[all-commits] [llvm/llvm-project] 1d29f3: [AMDGPU] Drop docs for invalid load-release and st...
Fabian Ritter via All-commits
all-commits at lists.llvm.org
Mon Jun 8 06:46:47 PDT 2026
Branch: refs/heads/users/ritter-x2a/06-08-_amdgpu_drop_docs_for_invalid_load-release_and_store-acquire_operations
Home: https://github.com/llvm/llvm-project
Commit: 1d29f3e5c69d18b6d1e36ef4af8211b931cccc09
https://github.com/llvm/llvm-project/commit/1d29f3e5c69d18b6d1e36ef4af8211b931cccc09
Author: Fabian Ritter <fabian.ritter at amd.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
Log Message:
-----------
[AMDGPU] Drop docs for invalid load-release and store-acquire operations
The LangRef says "release and acq_rel orderings are not valid on load
instructions" [for loads](https://llvm.org/docs/LangRef.html#load-instruction)
and "acquire and acq_rel orderings aren't valid on store instructions"
[for stores](https://llvm.org/docs/LangRef.html#store-instruction).
Providing them in textual IR is diagnosed with an error.
Therefore, we should not define semantics for these invalid constructs.
Part of LCOMPILER-2273.
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