[PATCH] D23361: [OpenCL] AMDGCN: Fix size_t type

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 12:44:00 PDT 2016


yaxunl updated this revision to Diff 68241.
yaxunl added a comment.

Remove language dependency. Choose proper integer types for pointer arithmetic.


https://reviews.llvm.org/D23361

Files:
  include/clang/Basic/TargetInfo.h
  lib/Basic/TargetInfo.cpp
  lib/Basic/Targets.cpp
  lib/CodeGen/CGExprScalar.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/CodeGen/CodeGenTypeCache.h
  test/CodeGenOpenCL/size_t.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23361.68241.patch
Type: text/x-patch
Size: 11653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160816/24dcf8bb/attachment-0001.bin>


More information about the cfe-commits mailing list