| ; RUN: llc < %s -mtriple=amdgcn-- -verify-machineinstrs | FileCheck -check-prefixes=CHECK,GCN %s |
| ; RUN: llc < %s -mtriple=r600-- -verify-machineinstrs | FileCheck -check-prefixes=CHECK,R600 %s |
| ; This is a temporary xfail, as the assembly printer is broken when dealing with |
| ; lowerConstant() trying to return a value of size greater than 8 bytes. |
| ; The exact form of the GCN output depends on how the printer gets fixed. |
| @nullptr7 = global ptr addrspace(7) addrspacecast (ptr null to ptr addrspace(7)) |
| ; The exact form of the GCN output depends on how the printer gets fixed. |
| @nullptr8 = global ptr addrspace(8) addrspacecast (ptr null to ptr addrspace(7)) |