[llvm] [AMDGPU] Support atomic load and store for vector float types (v2f16, v2i16, v4i16, v4f16, v2f32) (PR #192904)

Fabian Ritter via llvm-commits llvm-commits at lists.llvm.org
Fri May 8 01:50:05 PDT 2026


================
@@ -0,0 +1,526 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -global-isel=0 < %s | FileCheck -check-prefixes=SDAG %s
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -global-isel=1 < %s | FileCheck -check-prefixes=GISEL %s
+
----------------
ritter-x2a wrote:

Yes, please look into that.

https://github.com/llvm/llvm-project/pull/192904


More information about the llvm-commits mailing list