Skip to content

Commit

Permalink
[RISCV] Revert r324172 now r323991 was reverted
Browse files Browse the repository at this point in the history
This fixes the build, now that r325421 was commited to revert r323991.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325441 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
asb committed Feb 17, 2018
1 parent e3ea6ec commit b10600e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ define i64 @test_cttz_i64(i64 %a) nounwind {
; RV32I-NEXT: sw s8, 12(sp)
; RV32I-NEXT: mv s2, a1
; RV32I-NEXT: mv s3, a0
; RV32I-NEXT: addi a0, a0, -1
; RV32I-NEXT: addi a0, s3, -1
; RV32I-NEXT: not a1, s3
; RV32I-NEXT: and a0, a1, a0
; RV32I-NEXT: lui a1, 349525
Expand Down Expand Up @@ -469,7 +469,7 @@ define i64 @test_cttz_i64_zero_undef(i64 %a) nounwind {
; RV32I-NEXT: sw s8, 12(sp)
; RV32I-NEXT: mv s2, a1
; RV32I-NEXT: mv s3, a0
; RV32I-NEXT: addi a0, a0, -1
; RV32I-NEXT: addi a0, s3, -1
; RV32I-NEXT: not a1, s3
; RV32I-NEXT: and a0, a1, a0
; RV32I-NEXT: lui a1, 349525
Expand Down
4 changes: 2 additions & 2 deletions test/CodeGen/RISCV/calls.ll
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ define i32 @test_call_external_many_args(i32 %a) nounwind {
; RV32I-NEXT: sw ra, 12(sp)
; RV32I-NEXT: sw s1, 8(sp)
; RV32I-NEXT: mv s1, a0
; RV32I-NEXT: sw a0, 4(sp)
; RV32I-NEXT: sw a0, 0(sp)
; RV32I-NEXT: sw s1, 4(sp)
; RV32I-NEXT: sw s1, 0(sp)
; RV32I-NEXT: lui a0, %hi(external_many_args)
; RV32I-NEXT: addi t0, a0, %lo(external_many_args)
; RV32I-NEXT: mv a0, s1
Expand Down

0 comments on commit b10600e

Please sign in to comment.