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 86ba37e commit 4a11f83Copy full SHA for 4a11f83
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -3397,8 +3397,6 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
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.
3401
- // Temporarily shrink the return type's number of elements.
3402
FixedVectorType *ShadowType = cast<FixedVectorType>(getShadowTy(&I));
3403
3404
// TODO: generalize beyond 2x?
0 commit comments