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 b30eeaf commit 8449825Copy full SHA for 8449825
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -4013,7 +4013,9 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
4013
}
4014
4015
// Approximation only
4016
- void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) { handleShadowOr(I); }
+ void handleNEONVectorMultiplyIntrinsic(IntrinsicInst &I) {
4017
+ handleShadowOr(I);
4018
+ }
4019
4020
void visitIntrinsicInst(IntrinsicInst &I) {
4021
switch (I.getIntrinsicID()) {
0 commit comments