Skip to content

Commit 82959af

Browse files
committed
CstWithClass -> Test2
1 parent 6ebaa1f commit 82959af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/test/tools/UpdateTestChecks/update_givaluetracking_test_checks/Inputs/const.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ body: |
99
%1:_(s8) = COPY %0
1010
...
1111
---
12-
name: CstWithClass
12+
name: Test2
1313
body: |
1414
bb.1:
1515
; Note: This comment should not be removed, the check lines below should be updated
16-
; CHECK-LABEL: name: @CstWithClass
16+
; CHECK-LABEL: name: @Test2
1717
; CHECK-NEXT: %1:_ KnownBits:???????????????????????????????? SignBits:1
1818
; CHECK-NEXT: %named:_ KnownBits:???????????????????????????????????????????????????????????????? SignBits:1
1919
; CHECK-NEXT: %3:_ KnownBits:???????????????????????????????? SignBits:1

llvm/test/tools/UpdateTestChecks/update_givaluetracking_test_checks/Inputs/const.mir.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ body: |
1212
%1:_(s8) = COPY %0
1313
...
1414
---
15-
name: CstWithClass
15+
name: Test2
1616
body: |
1717
bb.1:
1818
; Note: This comment should not be removed, the check lines below should be updated
19-
; CHECK-LABEL: name: @CstWithClass
19+
; CHECK-LABEL: name: @Test2
2020
; CHECK-NEXT: %1:_ KnownBits:???????????????????????????????? SignBits:1
2121
; CHECK-NEXT: %named:_ KnownBits:00000000000000000000000000000000???????????????????????????????? SignBits:32
2222
; CHECK-NEXT: %3:_ KnownBits:???????????????????????????????? SignBits:1

0 commit comments

Comments
 (0)