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
1010s_subvector_loop_end s0 , 0x1234
1111// CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
1212
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+
1325ds_cmpstore_f32 v0 , v1 , v2
1426// CHECK: : [[ @LINE - 1 ]] :{{ [ 0 - 9 ]+ }}: error: instruction not supported on this GPU
1527
You can’t perform that action at this time.
0 commit comments