[llvm] [AMDGPU][MC] Disallow nogds in ds_gws_* instructions (PR #166438)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 12:28:18 PST 2025
================
@@ -0,0 +1,38 @@
+// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --implicit-check-not=error: %s
----------------
arsenm wrote:
```suggestion
// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 %s 2>&1 | FileCheck --implicit-check-not=error: %s
```
https://github.com/llvm/llvm-project/pull/166438
More information about the llvm-commits
mailing list