[PATCH] D21698: [OpenCL] Allow disabling types and declarations associated with extensions

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 08:01:27 PDT 2016


yaxunl added a comment.

I did profiling with valgrind for the cost of checking disabled types and declarations. For a typical program, time spent in checking disabled types and declarations are less than 0.1%, so this cost can be ignored.


https://reviews.llvm.org/D21698





More information about the cfe-commits mailing list