blob: 389e9ecc1af42d6fa46181d570f47b54bdf14f4d [file] [edit]
// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --sort --version 6
// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s -filetype=null 2>&1 | FileCheck --implicit-check-not=error: %s
// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 %s -filetype=null 2>&1 | FileCheck --implicit-check-not=error: %s
ds_gws_barrier v0 nogds
// CHECK: :[[@LINE-1]]:19: error: nogds is not allowed
ds_gws_barrier v0 offset:0 nogds
// CHECK: :[[@LINE-1]]:28: error: nogds is not allowed
ds_gws_init v0 nogds
// CHECK: :[[@LINE-1]]:16: error: nogds is not allowed
ds_gws_init v0 offset:0 nogds
// CHECK: :[[@LINE-1]]:25: error: nogds is not allowed
ds_gws_sema_br v0 nogds
// CHECK: :[[@LINE-1]]:19: error: nogds is not allowed
ds_gws_sema_br v0 offset:4660 nogds
// CHECK: :[[@LINE-1]]:31: error: nogds is not allowed
ds_gws_sema_p nogds
// CHECK: :[[@LINE-1]]:15: error: nogds is not allowed
ds_gws_sema_p offset:0 nogds
// CHECK: :[[@LINE-1]]:24: error: nogds is not allowed
ds_gws_sema_release_all nogds
// CHECK: :[[@LINE-1]]:25: error: nogds is not allowed
ds_gws_sema_release_all offset:4660 nogds
// CHECK: :[[@LINE-1]]:37: error: nogds is not allowed
ds_gws_sema_v nogds
// CHECK: :[[@LINE-1]]:15: error: nogds is not allowed
ds_gws_sema_v offset:65535 nogds
// CHECK: :[[@LINE-1]]:28: error: nogds is not allowed