[llvm] [AMDGPU] Reject illegal image atomic data widths in SelectionDAG (PR #210366)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 19 08:30:05 PDT 2026
================
@@ -0,0 +1,45 @@
+; RUN: not llc -mtriple=amdgcn -mcpu=gfx90a -filetype=null %s 2>&1 | FileCheck %s
----------------
aobolensk wrote:
Done
https://github.com/llvm/llvm-project/pull/210366
More information about the llvm-commits
mailing list