Skip to content

Commit 401a1f5

Browse files
committed
update names
1 parent 6b9b88f commit 401a1f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/test/CodeGen/RISCV/rvv/regcoal-liveinterval-pruning-crash.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; RUN: llc -O1 -mtriple=riscv64 -mattr=+v < %s | FileCheck %s
33

44
define i32 @pr134424(i64 %input_value, i32 %base_value, i1 %cond_flag1, i1 %cond_flag2, i1 %cond_flag3) {
5-
; CHECK-LABEL: main:
5+
; CHECK-LABEL: pr134424:
66
; CHECK: # %bb.0: # %for.body.us.preheader.i
77
; CHECK-NEXT: andi a3, a3, 1
88
; CHECK-NEXT: andi a5, a2, 1

llvm/test/CodeGen/RISCV/rvv/regcoal-liveinterval-pruning-crash.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# RUN: llc -mtriple=riscv64 -mattr=+v -run-pass=register-coalescer -o - %s | FileCheck %s
33

44
---
5-
name: pr71023
5+
name: pr71023
66
tracksRegLiveness: true
77
body: |
8-
; CHECK-LABEL: name: main
8+
; CHECK-LABEL: name: pr71023
99
; CHECK: bb.0:
1010
; CHECK-NEXT: successors: %bb.3(0x40000000), %bb.1(0x40000000)
1111
; CHECK-NEXT: liveins: $x10, $v8, $v10

0 commit comments

Comments
 (0)