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 6bd7941 commit a5d7363Copy full SHA for a5d7363
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -4583,6 +4583,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
4583
4584
assert(WriteThruNumElements == MaskNumElements);
4585
4586
+ // Some bits of the mask may be unused, though it's unusual to have partly
4587
+ // uninitialized bits.
4588
insertCheckShadowOf(Mask, &I);
4589
4590
assert(RoundingMode->getType()->isIntegerTy());
0 commit comments