File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ s_subvector_loop_begin s0, 0x1234
10
10
s_subvector_loop_end s0 , 0x1234
11
11
// CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
12
12
13
+ s_cbranch_cdbgsys 0
14
+ // CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
15
+
16
+ s_cbranch_cdbguser 0
17
+ // CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
18
+
19
+ s_cbranch_cdbgsys_or_user 0
20
+ // CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
21
+
22
+ s_cbranch_cdbgsys_and_user 0
23
+ // CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
24
+
13
25
ds_cmpstore_f32 v0 , v1 , v2
14
26
// CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
15
27
You can’t perform that action at this time.
0 commit comments