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 715ccab commit 86ba37eCopy full SHA for 86ba37e
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -3393,7 +3393,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
3393
/// e.g., <16 x i8> @llvm.x86.avx512.mask.pmov.qb.512(<8 x i64>, ...)
3394
///
3395
/// This function will return a vector type with the same number of elements
3396
- /// as the input, but same width as the return value e.g., <8 x i8>.
+ /// as the input, but same per-element width as the return value e.g.,
3397
+ /// <8 x i8>.
3398
FixedVectorType *shrinkVectorShadowType(Value *Src, IntrinsicInst &I) {
3399
assert(isa<FixedVectorType>(getShadowTy(&I)));
3400
// The return type might have more elements than the input.
0 commit comments