@@ -366,15 +366,15 @@ func.func @avoidable_spill(%a: vector<[4]xf32>, %b: vector<[4]xf32>, %c: vector<
366
366
367
367
// CHECK-LIVE-RANGE-LABEL: @cond_branch_with_backedge
368
368
// CHECK-LIVE-RANGE: ^bb1:
369
- // CHECK-LIVE-RANGE- -NEXT: ||| | arith.cmpi
370
- // CHECK-LIVE-RANGE- -NEXT: EEE E cf.cond_br
369
+ // CHECK-LIVE-RANGE-NEXT: ||| | arith.cmpi
370
+ // CHECK-LIVE-RANGE-NEXT: EEE E cf.cond_br
371
371
//
372
- // CHECK-LIVE-RANGE- -NEXT: ^[[BB3_COPIES:[[:alnum:]]+]]:
373
- // CHECK-LIVE-RANGE- -NEXT: ||| ES arm_sme.copy_tile
374
- // CHECK-LIVE-RANGE- -NEXT: E|| |S arm_sme.copy_tile
375
- // CHECK-LIVE-RANGE- -NEXT: E| ||S arm_sme.copy_tile
376
- // CHECK-LIVE-RANGE- -NEXT: E |||S arm_sme.copy_tile
377
- // CHECK-LIVE-RANGE- -NEXT: EEEE cf.br
372
+ // CHECK-LIVE-RANGE-NEXT: ^[[BB3_COPIES:[[:alnum:]]+]]:
373
+ // CHECK-LIVE-RANGE-NEXT: ||| ES arm_sme.copy_tile
374
+ // CHECK-LIVE-RANGE-NEXT: E|| |S arm_sme.copy_tile
375
+ // CHECK-LIVE-RANGE-NEXT: E| ||S arm_sme.copy_tile
376
+ // CHECK-LIVE-RANGE-NEXT: E |||S arm_sme.copy_tile
377
+ // CHECK-LIVE-RANGE-NEXT: EEEE cf.br
378
378
//
379
379
// It is important to note that the first three live ranges in ^bb1 do not end
380
380
// at the `cf.cond_br` they are live-out via the backedge bb1 -> bb2 -> bb1.
@@ -389,15 +389,15 @@ func.func @avoidable_spill(%a: vector<[4]xf32>, %b: vector<[4]xf32>, %c: vector<
389
389
//
390
390
// CHECK-LIVE-RANGE: ========== Coalesced Live Ranges:
391
391
// CHECK-LIVE-RANGE: ^bb1:
392
- // CHECK-LIVE-RANGE- -NEXT: |||| arith.cmpi
393
- // CHECK-LIVE-RANGE- -NEXT: EEEE cf.cond_br
392
+ // CHECK-LIVE-RANGE-NEXT: |||| arith.cmpi
393
+ // CHECK-LIVE-RANGE-NEXT: EEEE cf.cond_br
394
394
//
395
- // CHECK-LIVE-RANGE- -NEXT: ^[[BB3_COPIES]]:
396
- // CHECK-LIVE-RANGE- -NEXT: |||| arm_sme.copy_tile
397
- // CHECK-LIVE-RANGE- -NEXT: |||| arm_sme.copy_tile
398
- // CHECK-LIVE-RANGE- -NEXT: |||| arm_sme.copy_tile
399
- // CHECK-LIVE-RANGE- -NEXT: |||| arm_sme.copy_tile
400
- // CHECK-LIVE-RANGE- -NEXT: EEEE cf.br
395
+ // CHECK-LIVE-RANGE-NEXT: ^[[BB3_COPIES]]:
396
+ // CHECK-LIVE-RANGE-NEXT: |||| arm_sme.copy_tile
397
+ // CHECK-LIVE-RANGE-NEXT: |||| arm_sme.copy_tile
398
+ // CHECK-LIVE-RANGE-NEXT: |||| arm_sme.copy_tile
399
+ // CHECK-LIVE-RANGE-NEXT: |||| arm_sme.copy_tile
400
+ // CHECK-LIVE-RANGE-NEXT: EEEE cf.br
401
401
402
402
// CHECK-LABEL: @cond_branch_with_backedge
403
403
// CHECK-NOT: tile_id = 16
0 commit comments