[llvm] [AMDGPU] Support atomic load and store for vector float types (v2f16, v2i6, v4i16, v4f16, v2f32) (PR #192904)
Harrison Hao via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 02:16:35 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
+
----------------
harrisonGPU wrote:
Hi Matt, I updated the tests and created four new files. I think we can move some test cases into them after this PR.
https://github.com/llvm/llvm-project/pull/192904
More information about the llvm-commits
mailing list