File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
llvm/test/tools/UpdateTestChecks/update_givaluetracking_test_checks/Inputs Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ body: |
1515 ; Note: This comment should not be removed, the check lines below should be updated
1616 ; CHECK-LABEL: name: @CstWithClass
1717 ; CHECK-NEXT: %1:_ KnownBits:???????????????????????????????? SignBits:1
18- ; CHECK-NEXT: %named:_ KnownBits:00000000000000000000000000000000 ???????????????????????????????? SignBits:32
18+ ; CHECK-NEXT: %named:_ KnownBits:???????????????????????????????????????????????????????????????? SignBits:1
1919 ; CHECK-NEXT: %3:_ KnownBits:???????????????????????????????? SignBits:1
20- ; CHECK-NEXT: %4:_ KnownBits:00000000000000000000000000000000 SignBits:32
20+ ; CHECK-NEXT: %4:_ KnownBits:???????????????????????????????? SignBits:1
2121 %0:gpr32 = COPY $w0
2222 %1:_(s32) = COPY %0
2323 %named:_(s64) = G_ZEXT %1
24- %2 :_(s32), %3 :_(s32) = G_UNMERGE_VALUES %named(s64)
25- $w0 = COPY %2 (s32)
26- $w1 = COPY %3 (s32)
24+ %3 :_(s32), %4 :_(s32) = G_UNMERGE_VALUES %named(s64)
25+ $w0 = COPY %3 (s32)
26+ $w1 = COPY %4 (s32)
2727 RET_ReallyLR
2828 ...
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ body: |
2424 %0:gpr32 = COPY $w0
2525 %1:_(s32) = COPY %0
2626 %named:_(s64) = G_ZEXT %1
27- %2 :_(s32), %3 :_(s32) = G_UNMERGE_VALUES %named(s64)
28- $w0 = COPY %2 (s32)
29- $w1 = COPY %3 (s32)
27+ %3 :_(s32), %4 :_(s32) = G_UNMERGE_VALUES %named(s64)
28+ $w0 = COPY %3 (s32)
29+ $w1 = COPY %4 (s32)
3030 RET_ReallyLR
3131...
You can’t perform that action at this time.
0 commit comments