[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / tid-one-func-xnack-off.ll
blob630453656570c63819b6f7837ac0559ae4b50fa8
1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck --check-prefixes=ASM %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 --filetype=obj < %s | llvm-readobj --file-headers - | FileCheck --check-prefixes=ELF %s
4 ; ASM: .amdgcn_target  "amdgcn-amd-amdhsa--gfx900:xnack-"
5 ; ASM:  amdhsa.target: 'amdgcn-amd-amdhsa--gfx900:xnack-'
6 ; ASM:  amdhsa.version:
7 ; ASM:    - 1
8 ; ASM:    - 1
10 ; ELF:      OS/ABI: AMDGPU_HSA (0x40)
11 ; ELF:      ABIVersion: 2
12 ; ELF:      Flags [ (0x22C)
13 ; ELF-NEXT:   EF_AMDGPU_FEATURE_XNACK_OFF_V4 (0x200)
14 ; ELF-NEXT:   EF_AMDGPU_MACH_AMDGCN_GFX900   (0x2C)
15 ; ELF-NEXT: ]
17 define void @func0() #0 {
18 entry:
19   ret void
22 attributes #0 = { "target-features"="-xnack" }
24 !llvm.module.flags = !{!0}
25 !0 = !{i32 1, !"amdgpu_code_object_version", i32 400}