[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 02:15:33 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 sure setting both modes is supported at the same time.
----------------
jayfoad wrote:
"Both sure setting"???
https://github.com/llvm/llvm-project/pull/159234
More information about the llvm-commits
mailing list