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 96cb2ae commit f17f1b2Copy full SHA for f17f1b2
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -4386,7 +4386,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
4386
/// Since they are converting from floating-point, the output is:
4387
/// - fully uninitialized if *any* bit of the input is uninitialized
4388
/// - fully ininitialized if all bits of the input are ininitialized
4389
- /// We apply the same principle on a per-field basis for vectors.
+ /// We apply the same principle on a per-element basis for vectors.
4390
AShadow = IRB.CreateSExt(IRB.CreateICmpNE(AShadow, getCleanShadow(A)),
4391
getShadowTy(A));
4392
0 commit comments