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 1b4441b commit df8d598Copy full SHA for df8d598
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -5347,7 +5347,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
5347
break;
5348
5349
// Convert Scalar Double Precision Floating-Point Value
5350
- // to Unsigned DoublewordInteger
+ // to Unsigned Doubleword Integer
5351
// etc.
5352
case Intrinsic::x86_avx512_vcvtsd2usi64:
5353
case Intrinsic::x86_avx512_vcvtsd2usi32:
0 commit comments