jvesely added a subscriber: jvesely. jvesely added a comment. This change breaks OpenCL(libclc). CLC expects signed/unsigned overloads to be non-ambiguous. For example: atomic_max(global int *p, int val); atomic_max(global unsigned int *p, unsigned int val);
need to work and be unambiguous (they are implemented using different instructions different instructions). Repository: rL LLVM https://reviews.llvm.org/D24113 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits