hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: clang/test/Sema/altivec-generic-overload.c:73
+
+  __v16sc *gv1_p = convert1(gv1);
+  __v16uc *gv2_p = convert1(gv2);
----------------
Using assignment instead of `_Generic` produces only a warning when the types 
mismatch (at least in certain cases), but that should be okay because we are 
using `-verify`.


https://reviews.llvm.org/D53417



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to