Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / sramecc-subtarget-feature-any.ll
blobd0fe964a679887aeaf7130d0ef358cb8f771de58
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
5 ; REQUIRES: asserts
7 ; NOT-SUPPORTED: sramecc setting for subtarget: Unsupported
8 ; ANY: sramecc setting for subtarget: Any
9 define void @sramecc-subtarget-feature-default() #0 {
10   ret void
13 attributes #0 = { nounwind }