1 ; RUN: llc -march=amdgcn -mcpu=gfx700 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=NOT-SUPPORTED %s
2 ; RUN: llc -march=amdgcn -mcpu=gfx906 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=ANY %s
3 ; RUN: llc -march=amdgcn -mcpu=gfx908 -debug-only=amdgpu-subtarget -o - %s 2>&1 | FileCheck --check-prefix=ANY %s
7 ; NOT-SUPPORTED: sramecc setting for subtarget: Unsupported
8 ; ANY: sramecc setting for subtarget: Any
9 define void @sramecc-subtarget-feature-default() #0 {
13 attributes #0 = { nounwind }