[all-commits] [llvm/llvm-project] eb954b: [AMDGPU] Drop docs for invalid load-release and st...

Fabian Ritter via All-commits all-commits at lists.llvm.org
Tue Jun 9 00:10:36 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb954b0bb91f3a9374a00279650e1a0977871062
      https://github.com/llvm/llvm-project/commit/eb954b0bb91f3a9374a00279650e1a0977871062
  Author: ritter-x2a <9519134+ritter-x2a at users.noreply.github.com>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M llvm/docs/AMDGPUUsage.rst

  Log Message:
  -----------
  [AMDGPU] Drop docs for invalid load-release and store-acquire operations (#202338)

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