[PATCH] D23086: [OpenCL] Generate concrete struct type for ndrange_t

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 13:53:29 PDT 2016


yaxunl added a comment.

How about we decide if a type is ndrange_t type based on their canonical types. If the canonical type of type X is the same as the canonical type of ndrange_t type, then type X is treated as ndrange_t type. Is this reasonable?


Repository:
  rL LLVM

https://reviews.llvm.org/D23086





More information about the cfe-commits mailing list