================ @@ -12181,6 +12181,7 @@ static bool evalShiftWithCount( QualType SourceTy = Call->getArg(0)->getType(); QualType CountTy = Call->getArg(1)->getType(); assert(SourceTy->isVectorType() && CountTy->isVectorType()); ---------------- RKSimon wrote:
```suggestion assert(SourceTy->isVectorType() && Call->getArg(1)->getType()->isVectorType()); ``` https://github.com/llvm/llvm-project/pull/169822 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
