Skip to content

Commit

Permalink
[RISCV][GISel] Re-generate legalize-vastart-rv32.mir and legalize-vas…
Browse files Browse the repository at this point in the history
…tart-rv64.mir to fix buildbot failure. NFC

I must have messed something up when addressing feedback on the patch
that added these tests.
  • Loading branch information
topperc committed Dec 8, 2023
1 parent c9b4bb9 commit e837ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body: |
; RV32-NEXT: {{ $}}
; RV32-NEXT: [[FRAME_INDEX:%[0-9]+]]:_(p0) = G_FRAME_INDEX %stack.0
; RV32-NEXT: [[FRAME_INDEX1:%[0-9]+]]:_(p0) = G_FRAME_INDEX %fixed-stack.0
; RV32-NEXT: G_STORE [[FRAME_INDEX]](p0), [[FRAME_INDEX1]](p0) :: (store (s32))
; RV32-NEXT: G_STORE [[FRAME_INDEX1]](p0), [[FRAME_INDEX]](p0) :: (store (s32))
; RV32-NEXT: PseudoRET
%8:_(p0) = G_FRAME_INDEX %stack.0
G_VASTART %8(p0) :: (store (s32))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body: |
; RV64-NEXT: {{ $}}
; RV64-NEXT: [[FRAME_INDEX:%[0-9]+]]:_(p0) = G_FRAME_INDEX %stack.0
; RV64-NEXT: [[FRAME_INDEX1:%[0-9]+]]:_(p0) = G_FRAME_INDEX %fixed-stack.0
; RV64-NEXT: G_STORE [[FRAME_INDEX]](p0), [[FRAME_INDEX1]](p0) :: (store (s64))
; RV64-NEXT: G_STORE [[FRAME_INDEX1]](p0), [[FRAME_INDEX]](p0) :: (store (s64))
; RV64-NEXT: PseudoRET
%8:_(p0) = G_FRAME_INDEX %stack.0
G_VASTART %8(p0) :: (store (s64))
Expand Down

0 comments on commit e837ef9

Please sign in to comment.