sdardis marked an inline comment as done.
sdardis added inline comments.

================
Comment at: lib/Sema/SemaExpr.cpp:9736
+  }
+
+  if (TypeSize == Context.getTypeSize(Context.LongLongTy))
----------------
ahatanak wrote:
> This isn't particularly urgent, but can we use ASTContext 
> ::getIntTypeForBitwidth here rather than calling getVectorType or 
> getExtVectorType in many places?
> 
Yeah, it appears we can. I'll commit the current version and post a refactoring 
patch.


https://reviews.llvm.org/D31667



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

Reply via email to