[PATCH] D40117: [AMDGPU] Update test nullptr.ll to use amdgiz environment

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 19:55:12 PST 2017


yaxunl created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, nhaehnle, wdng, kzhuravl.

This test needs to be manually updated since it is difficult to do it with script.

The size of pointers in address space 6 and above becomes 64 bit because
they are not defined in data layout, therefore taking the size of pointer
in the default address space.


https://reviews.llvm.org/D40117

Files:
  test/CodeGen/AMDGPU/nullptr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40117.123126.patch
Type: text/x-patch
Size: 7510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/8f087b2b/attachment.bin>


More information about the llvm-commits mailing list