ahatanak added inline comments.
================ Comment at: lib/Sema/SemaExpr.cpp:8044 // the vector element type and splat. - // FIXME: this should also work for regular vector types as supported in GCC. - if (!RHSVecType && isa<ExtVectorType>(LHSVecType)) { + if (!RHSVecType && isa<VectorType>(LHSVecType)) { if (!tryVectorConvertAndSplat(*this, &RHS, RHSType, ---------------- Is this the same as "!RHSVecType && LHSVecType" in this context? https://reviews.llvm.org/D25866 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits