[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / nullptr-long-address-spaces.ll
blob957ff920baa369d486aa7b749da83dd7c4c49ae9
1 ; XFAIL: *
2 ; RUN: llc < %s -mtriple=amdgcn-- -verify-machineinstrs | FileCheck -check-prefixes=CHECK,GCN %s
3 ; RUN: llc < %s -march=r600 -mtriple=r600-- -verify-machineinstrs | FileCheck -check-prefixes=CHECK,R600 %s
5 ; This is a temporary xfail, as the assembly printer is broken when dealing with
6 ; lowerConstant() trying to return a value of size greater than 8 bytes.
8 ; CHECK-LABEL: nullptr7:
9 ; The exact form of the GCN output depends on how the printer gets fixed.
10 ; GCN-NEXT: .zeroes 5
11 ; R600-NEXT: .long 0
12 @nullptr7 = global ptr addrspace(7) addrspacecast (ptr null to ptr addrspace(7))
14 ; CHECK-LABEL: nullptr8:
15 ; The exact form of the GCN output depends on how the printer gets fixed.
16 ; GCN-NEXT: .zeroes 4
17 ; R600-NEXT: .long 0
18 @nullptr8 = global ptr addrspace(8) addrspacecast (ptr null to ptr addrspace(7))