[PATCH] D15914: [OpenCL] Pipe builtin functions
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 02:55:10 PST 2016
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Could you please remove the line with printf before committing (see comment above)?
================
Comment at: lib/CodeGen/CGBuiltin.cpp:1976
@@ +1975,3 @@
+ getContext().getTargetAddressSpace(LangAS::opencl_generic);
+ if(GenericAS != 4U) printf("Generic AS is %d\n",GenericAS);
+ llvm::Type *I8PTy = llvm::PointerType::get(
----------------
Could you remove this line with printf please?
http://reviews.llvm.org/D15914
More information about the cfe-commits
mailing list