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 6c68042 commit 16c04e6Copy full SHA for 16c04e6
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -4027,7 +4027,9 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
4027
}
4028
4029
// Approximation only
4030
- void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) { handleShadowOr(I); }
+ void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) {
4031
+ handleShadowOr(I);
4032
+ }
4033
4034
void visitIntrinsicInst(IntrinsicInst &I) {
4035
switch (I.getIntrinsicID()) {
0 commit comments