[llvm] AMDGPU: Ensure both wavesize features are not set (PR #159234)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 01:24:39 PDT 2025
================
@@ -0,0 +1,23 @@
+// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1250 -mattr=+wavefrontsize64 -o - %s | FileCheck -check-prefix=GFX1250 %s
+// RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -mattr=+wavefrontsize32 -o - %s | FileCheck -check-prefix=GFX900 %s
+
+// Both are supported, but not at the same time
----------------
jayfoad wrote:
Don't understand the comment. You're checking that they *are* supported at the same time!
https://github.com/llvm/llvm-project/pull/159234
More information about the llvm-commits
mailing list