Skip to content

Commit c53787f

Browse files
committed
comment
1 parent 2f94f0d commit c53787f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Scalar/SROA.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5203,7 +5203,8 @@ AllocaInst *SROA::rewritePartition(AllocaInst &AI, AllocaSlices &AS,
52035203
// Returns a tuple with the following elements:
52045204
// - PartitionType: The computed type for this partition.
52055205
// - IsIntegerWideningViable: True if integer widening promotion is used.
5206-
// - VectorType: The vector type if vector promotion is used, otherwise nullptr.
5206+
// - VectorType: The vector type if vector promotion is used, otherwise
5207+
// nullptr.
52075208
auto SelectPartitionTy = [&]() -> std::tuple<Type *, bool, VectorType *> {
52085209
// First check if the partition is viable for vetor promotion.
52095210
//

0 commit comments

Comments
 (0)