@@ -269,8 +269,8 @@ TEST_F(VPBasicBlockTest, getPlan) {
269269 // VPBasicBlock is the entry into the VPlan, followed by a region.
270270 VPBasicBlock *R1BB1 = Plan.createVPBasicBlock (" " );
271271 VPBasicBlock *R1BB2 = Plan.createVPBasicBlock (" " );
272- VPRegionBlock *R1 =
273- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R1" , R1BB1, R1BB2);
272+ VPRegionBlock *R1 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
273+ " R1" , R1BB1, R1BB2);
274274 VPBlockUtils::connectBlocks (R1BB1, R1BB2);
275275
276276 VPBlockUtils::connectBlocks (VPBB1, R1);
@@ -287,14 +287,14 @@ TEST_F(VPBasicBlockTest, getPlan) {
287287 VPlan &Plan = getPlan ();
288288 VPBasicBlock *R1BB1 = Plan.createVPBasicBlock (" " );
289289 VPBasicBlock *R1BB2 = Plan.createVPBasicBlock (" " );
290- VPRegionBlock *R1 =
291- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R1" , R1BB1, R1BB2);
290+ VPRegionBlock *R1 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
291+ " R1" , R1BB1, R1BB2);
292292 VPBlockUtils::connectBlocks (R1BB1, R1BB2);
293293
294294 VPBasicBlock *R2BB1 = Plan.createVPBasicBlock (" " );
295295 VPBasicBlock *R2BB2 = Plan.createVPBasicBlock (" " );
296- VPRegionBlock *R2 =
297- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R2" , R2BB1, R2BB2);
296+ VPRegionBlock *R2 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
297+ " R2" , R2BB1, R2BB2);
298298 VPBlockUtils::connectBlocks (R2BB1, R2BB2);
299299
300300 VPBasicBlock *VPBB1 = Plan.getEntry ();
@@ -372,8 +372,8 @@ TEST_F(VPBasicBlockTest, TraversingIteratorTest) {
372372 VPBasicBlock *R1BB2 = Plan.createVPBasicBlock (" " );
373373 VPBasicBlock *R1BB3 = Plan.createVPBasicBlock (" " );
374374 VPBasicBlock *R1BB4 = Plan.createVPBasicBlock (" " );
375- VPRegionBlock *R1 =
376- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R1" , R1BB1, R1BB4);
375+ VPRegionBlock *R1 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
376+ " R1" , R1BB1, R1BB4);
377377 R1BB2->setParent (R1);
378378 R1BB3->setParent (R1);
379379 VPBlockUtils::connectBlocks (VPBB0, R1);
@@ -386,8 +386,8 @@ TEST_F(VPBasicBlockTest, TraversingIteratorTest) {
386386
387387 VPBasicBlock *R2BB1 = Plan.createVPBasicBlock (" " );
388388 VPBasicBlock *R2BB2 = Plan.createVPBasicBlock (" " );
389- VPRegionBlock *R2 =
390- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R2" , R2BB1, R2BB2);
389+ VPRegionBlock *R2 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
390+ " R2" , R2BB1, R2BB2);
391391 VPBlockUtils::connectBlocks (R2BB1, R2BB2);
392392 VPBlockUtils::connectBlocks (R1, R2);
393393
@@ -472,14 +472,14 @@ TEST_F(VPBasicBlockTest, TraversingIteratorTest) {
472472 VPBasicBlock *R1BB1 = Plan.createVPBasicBlock (" R1BB1" );
473473 VPBasicBlock *R1BB2 = Plan.createVPBasicBlock (" R1BB2" );
474474 VPBasicBlock *R1BB3 = Plan.createVPBasicBlock (" R1BB3" );
475- VPRegionBlock *R1 =
476- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R1" , R1BB1, R1BB3);
475+ VPRegionBlock *R1 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
476+ " R1" , R1BB1, R1BB3);
477477
478478 VPBasicBlock *R2BB1 = Plan.createVPBasicBlock (" R2BB1" );
479479 VPBasicBlock *R2BB2 = Plan.createVPBasicBlock (" R2BB2" );
480480 VPBasicBlock *R2BB3 = Plan.createVPBasicBlock (" R2BB3" );
481- VPRegionBlock *R2 =
482- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R2" , R2BB1, R2BB3);
481+ VPRegionBlock *R2 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
482+ " R2" , R2BB1, R2BB3);
483483 R2BB2->setParent (R2);
484484 VPBlockUtils::connectBlocks (R2BB1, R2BB2);
485485 VPBlockUtils::connectBlocks (R2BB2, R2BB1);
@@ -544,8 +544,8 @@ TEST_F(VPBasicBlockTest, TraversingIteratorTest) {
544544 VPlan &Plan = getPlan ();
545545 VPBasicBlock *R2BB1 = Plan.createVPBasicBlock (" R2BB1" );
546546 VPBasicBlock *R2BB2 = Plan.createVPBasicBlock (" R2BB2" );
547- VPRegionBlock *R2 =
548- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R2" , R2BB1, R2BB2);
547+ VPRegionBlock *R2 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
548+ " R2" , R2BB1, R2BB2);
549549 VPBlockUtils::connectBlocks (R2BB1, R2BB2);
550550
551551 VPRegionBlock *R1 =
@@ -599,8 +599,8 @@ TEST_F(VPBasicBlockTest, TraversingIteratorTest) {
599599 //
600600 VPlan &Plan = getPlan ();
601601 VPBasicBlock *R3BB1 = Plan.createVPBasicBlock (" R3BB1" );
602- VPRegionBlock *R3 =
603- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R3" , R3BB1, R3BB1);
602+ VPRegionBlock *R3 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
603+ " R3" , R3BB1, R3BB1);
604604
605605 VPBasicBlock *R2BB1 = Plan.createVPBasicBlock (" R2BB1" );
606606 VPRegionBlock *R2 =
@@ -699,8 +699,8 @@ TEST_F(VPBasicBlockTest, reassociateBlocks) {
699699 VPlan &Plan = getPlan ();
700700 VPBasicBlock *VPBB1 = Plan.createVPBasicBlock (" VPBB1" );
701701 VPBasicBlock *VPBB2 = Plan.createVPBasicBlock (" VPBB2" );
702- VPRegionBlock *R1 =
703- Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (), " R1" , VPBB2, VPBB2);
702+ VPRegionBlock *R1 = Plan. createLoopRegion ( Type::getInt32Ty (C), DebugLoc (),
703+ " R1" , VPBB2, VPBB2);
704704 VPBlockUtils::connectBlocks (VPBB1, R1);
705705
706706 auto *WidenPhi = new VPWidenPHIRecipe (nullptr );
0 commit comments