[PATCH] D59985: Re-fix invalid address space generation for clk_event_t arguments of enqueue_kernel builtin function
Alexey Sotkin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 3 08:15:59 PDT 2019
AlexeySotkin added a comment.
Alternative way to fix it is to use `isNullPointerConstant` like we do in `SemaOpenCLBuiltinEnqueueKernel`. So in case we have a zero literal value we can emit `ConstantPointerNull` directly, without `EmitScalarExpr` .
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59985/new/
https://reviews.llvm.org/D59985
More information about the cfe-commits
mailing list