]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: clean up lowerJALR
authorJoel Sing <joel@sing.id.au>
Tue, 18 Aug 2020 17:07:26 +0000 (03:07 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 17 Sep 2020 08:21:04 +0000 (08:21 +0000)
commit0dde60a5fefcb1447c97efa5c7bb4dbcf3575736
tree108542a2dfbf2e2be89539672eef7249e7b6b8db
parent7f24142b7b289df7e98ed3e1ccd673824dd1d0ee
cmd/internal/obj/riscv: clean up lowerJALR

This cleans up the last of the direct obj.Prog rewriting, removing lowerJALR
and replacing it with correct handling for AJALR during instruction encoding.

Change-Id: Ieea125bde30d4c0edd2d9ed1e50160543aa8f330
Reviewed-on: https://go-review.googlesource.com/c/go/+/249077
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Joel Sing <joel@sing.id.au>
src/cmd/internal/obj/riscv/obj.go