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 9d64d8b commit f5d688cCopy full SHA for f5d688c
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -4009,8 +4009,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
4009
/// intrinsic(shadow[var1], shadow[var2], opType) | shadow[opType]
4010
///
4011
/// CAUTION: this assumes that the intrinsic will handle arbitrary
4012
- /// bit-patterns (for example, if the intrinsic only accepts floats
4013
- /// for var1, we require that it doesn't care if inputs are NaNs).
+ /// bit-patterns (for example, if the intrinsic accepts floats for
+ /// var1, we require that it doesn't care if inputs are NaNs).
4014
4015
/// For example, this can be applied to the Arm NEON vector table intrinsics
4016
/// (tbl{1,2,3,4}).
0 commit comments