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 15e9764 commit ad0b186Copy full SHA for ad0b186
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -3129,6 +3129,9 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
3129
/// fine).
3130
///
3131
/// Caller guarantees that this intrinsic does not access memory.
3132
+ ///
3133
+ /// TODO: "horizontal"/"pairwise" intrinsics are often incorrectly matched by
3134
+ /// by this handler.
3135
[[maybe_unused]] bool
3136
maybeHandleSimpleNomemIntrinsic(IntrinsicInst &I,
3137
unsigned int trailingFlags) {
0 commit comments