@@ -366,15 +366,15 @@ func.func @avoidable_spill(%a: vector<[4]xf32>, %b: vector<[4]xf32>, %c: vector<
366366
367367// CHECK-LIVE-RANGE-LABEL: @cond_branch_with_backedge
368368// 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
371371//
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
378378//
379379// It is important to note that the first three live ranges in ^bb1 do not end
380380// 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<
389389//
390390// CHECK-LIVE-RANGE: ========== Coalesced Live Ranges:
391391// 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
394394//
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
401401
402402// CHECK-LABEL: @cond_branch_with_backedge
403403// CHECK-NOT: tile_id = 16
0 commit comments