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

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 12:56:19 PDT 2016


rsmith requested changes to this revision.
rsmith added a comment.
This revision now requires changes to proceed.

I agree. In the example, the type of `y == z` should be `vec`, not `int` -- we should "promote" to the vector type.


Repository:
  rL LLVM

http://reviews.llvm.org/D18956





More information about the cfe-commits mailing list