================
@@ -11879,13 +11879,15 @@ bool VectorExprEvaluator::VisitBinaryOperator(const
BinaryOperator *E) {
Expr *LHS = E->getLHS();
Expr *RHS = E->getRHS();
- assert(LHS->getType()->isVectorType() && RHS->getType()->isVectorType() &&
+ QualType LHSTy = LHS->getType().getAtomicUnqualifiedType();
----------------
AaronBallman wrote:
Same question here as above; should we have already undergone the rvalue
conversion?
https://github.com/llvm/llvm-project/pull/199246
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits