"polly/www/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "efe01ce6774c60c06eb5e015e8e1f2744950117b"
[OpenCL] Diagnose redundant address space conversion
Add a warning if a parameter with a named address space is passed to a to_addr builtin. For example: int i; to_private(&i); // generate warning as conversion from private to private is redundant. Patch by Alistair Davies. Differential Revision: https://reviews.llvm.org/D51411 llvm-svn: 342638
Loading
Please register or sign in to comment