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 1cbefc2 commit 2fc143aCopy full SHA for 2fc143a
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -5936,7 +5936,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
5936
case Intrinsic::x86_avx512bf16_dpbf16ps_128:
5937
case Intrinsic::x86_avx512bf16_dpbf16ps_256:
5938
case Intrinsic::x86_avx512bf16_dpbf16ps_512:
5939
- handleVectorPmaddIntrinsic(I, /*ReductionFactor=*/2, /*ZeroPurifies=*/false);
+ handleVectorPmaddIntrinsic(I, /*ReductionFactor=*/2,
5940
+ /*ZeroPurifies=*/false);
5941
break;
5942
5943
case Intrinsic::x86_sse_cmp_ss:
0 commit comments