[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
Tue Aug 8 11:46:20 PDT 2017


bader added a comment.

@rsmith do you have an opinion on what would be the right place for the kind of proposed optimization?
It looks like it can be implemented as target independent optimization, acting only for target with specified properties - in this case target must provide required built-in functions.


https://reviews.llvm.org/D36327





More information about the cfe-commits mailing list