Skip to content

Commit 0c02237

Browse files
committed
Update comment in handleUnknownIntrinsicUnlogged
1 parent 071f3f4 commit 0c02237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,7 +3046,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
30463046
if (maybeHandleSimpleNomemIntrinsic(I))
30473047
return true;
30483048

3049-
// FIXME: detect and handle SSE maskstore/maskload
3049+
// FIXME: detect and handle SSE maskstore/maskload?
3050+
// Some cases are now handled in handleAVXMasked{Load,Store}.
30503051
return false;
30513052
}
30523053

0 commit comments

Comments
 (0)