================
@@ -11704,6 +11793,33 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr 
*E) {
         ResultElements.push_back(
             APValue(APSInt(LHS.lshr(RHS.getZExtValue()), DestUnsigned)));
         break;
+        APSInt RHS = SourceRHS.getVectorElt(EltNum).getInt();
----------------
RKSimon wrote:

This looks like somethings gone wrong in the merge?

https://github.com/llvm/llvm-project/pull/155542
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to