Skip to content

Commit 2fc143a

Browse files
committed
clang-format
1 parent 1cbefc2 commit 2fc143a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5936,7 +5936,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
59365936
case Intrinsic::x86_avx512bf16_dpbf16ps_128:
59375937
case Intrinsic::x86_avx512bf16_dpbf16ps_256:
59385938
case Intrinsic::x86_avx512bf16_dpbf16ps_512:
5939-
handleVectorPmaddIntrinsic(I, /*ReductionFactor=*/2, /*ZeroPurifies=*/false);
5939+
handleVectorPmaddIntrinsic(I, /*ReductionFactor=*/2,
5940+
/*ZeroPurifies=*/false);
59405941
break;
59415942

59425943
case Intrinsic::x86_sse_cmp_ss:

0 commit comments

Comments
 (0)