[PATCH] D36327: [OpenCL] Allow targets emit optimized pipe functions for power of 2 type sizes

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 03:27:19 PDT 2017


bader added a comment.

Hi Sam,

What do you think about implementing this optimization in target specific optimization pass? Since size/alignment is saved as function parameter in LLVM IR, the optimization can be done in target specific components w/o adding additional conditions to generic library.

Thanks,
Alexey


https://reviews.llvm.org/D36327





More information about the cfe-commits mailing list