[PATCH] D19662: [OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
Anastasia Stulova via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 09:39:41 PDT 2016
Anastasia added inline comments.
================
Comment at: test/CodeGenOpenCL/address-spaces-conversions.cl:52
@@ -51,3 +51,3 @@
generic void *var_gen_v;
-
+
var_gen = var_gen ? var_gen : var_gen2; // operands of the same addr spaces and the same type
----------------
Inserting a whitespace here?
http://reviews.llvm.org/D19662
More information about the cfe-commits
mailing list