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 3656c51 commit 0fffdb1Copy full SHA for 0fffdb1
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -3501,7 +3501,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
3501
}
3502
3503
// Similar to handleVectorReduceIntrinsic but with an initial starting value.
3504
- // e.g., call float @llvm.vector.reduce.fadd.f32.v2f32(float %a0, <2 x float> %a1)
+ // e.g., call float @llvm.vector.reduce.fadd.f32.v2f32(float %a0, <2 x float>
3505
+ // %a1)
3506
// shadow = shadow[a0] | shadow[a1.0] | shadow[a1.1]
3507
void handleVectorReduceWithStarterIntrinsic(IntrinsicInst &I) {
3508
IRBuilder<> IRB(&I);
0 commit comments