We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4279205 commit 67efeb8Copy full SHA for 67efeb8
clang/lib/AST/ExprConstant.cpp
@@ -12248,7 +12248,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
12248
12249
QualType DestEltTy = E->getType()->castAs<VectorType>()->getElementType();
12250
const llvm::fltSemantics &Semantics =
12251
- Info.Ctx.getFloatTypeSemantics(DestEltTy); // Retrieve correct semantics
+ Info.Ctx.getFloatTypeSemantics(DestEltTy);
12252
unsigned SourceLen = Source.getVectorLength();
12253
SmallVector<APValue, 4> ResultElements;
12254
ResultElements.reserve(SourceLen);
0 commit comments