[llvm] [AMDGPU] Reject illegal image atomic data widths in SelectionDAG (PR #210366)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 09:35:19 PDT 2026


================
@@ -0,0 +1,45 @@
+; RUN: not llc -mtriple=amdgcn -mcpu=gfx90a -filetype=null %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: not llc -mtriple=amdgpu9.0a -filetype=null %s 2>&1 | FileCheck %s
```

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


More information about the llvm-commits mailing list