[PATCH] D18956: [Sema] Fix assertion failure at vector comparison

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 09:35:36 PDT 2016


rnk added a subscriber: rnk.
rnk added a comment.

I think Sema::CheckVectorOperands isn't supposed to return a scalar type. Fixing that with http://reviews.llvm.org/D19123 also solves this problem. Richard, WDYT?


Repository:
  rL LLVM

http://reviews.llvm.org/D18956





More information about the cfe-commits mailing list