]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use NOT pseudo-instruction on riscv64
authorJoel Sing <joel@sing.id.au>
Mon, 2 Mar 2020 16:43:02 +0000 (03:43 +1100)
committerJoel Sing <joel@sing.id.au>
Sun, 15 Mar 2020 08:18:17 +0000 (08:18 +0000)
commit7b2f0ba5b91b4b2b659fb46638ff56f51be9b2b5
tree232eb6b5ac95be4a2325e5790a7ee70fb4981698
parent25da2ea72c18a63f5efdb7c506669aa733693bea
cmd/compile: use NOT pseudo-instruction on riscv64

Change-Id: I24a72c3fb8d72a47cfded4b523c5d7aa2d40419d
Reviewed-on: https://go-review.googlesource.com/c/go/+/221690
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/riscv64/ssa.go
src/cmd/compile/internal/ssa/gen/RISCV64.rules
src/cmd/compile/internal/ssa/gen/RISCV64Ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteRISCV64.go