We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e65760 commit 36f07bfCopy full SHA for 36f07bf
llvm/test/MC/AMDGPU/wavesize-feature-unsupported-target.s
@@ -1,7 +1,7 @@
1
// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1250 -mattr=+wavefrontsize64 -o - %s | FileCheck -check-prefix=GFX1250 %s
2
// RUN: llvm-mc -triple=amdgcn -mcpu=gfx900 -mattr=+wavefrontsize32 -o - %s | FileCheck -check-prefix=GFX900 %s
3
4
-// Both sure setting both modes is supported at the same time.
+// Make sure setting both modes is supported at the same time.
5
// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32,+wavefrontsize64 %s | FileCheck -check-prefixes=GFX10 %s
6
7
// Test that there is no assertion when using an explicit
0 commit comments