Skip to content

Commit 8804ace

Browse files
committed
format
1 parent 874e50b commit 8804ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/SROA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5206,7 +5206,7 @@ AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS,
52065206
// - The vector element type is a floating-point type.
52075207
// - All the loads/stores to the alloca are vector loads/stores to the
52085208
// entire alloca.
5209-
//
5209+
//
52105210
// Otherwise when there is a integer vector with mixed
52115211
// loads/stores we prefer integer widening promotion because it's more
52125212
// likely the user is doing bitwise arithmetic and we generate better code.

0 commit comments

Comments
 (0)