]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: provide Load8/Store8 atomic intrinsics on riscv64
authorJoel Sing <joel@sing.id.au>
Sun, 15 Mar 2020 15:38:43 +0000 (02:38 +1100)
committerJoel Sing <joel@sing.id.au>
Tue, 17 Mar 2020 06:38:32 +0000 (06:38 +0000)
commit2e918c3aab6cc944380da672b93fb92c67b35de1
treebea814950f2ca0e3417e104e8920d3553bc9a9b7
parent7ec4adbc919df7dbd549ccc71a2e17d8a0bafe4d
cmd/compile: provide Load8/Store8 atomic intrinsics on riscv64

Updates #36765

Change-Id: Ieeb6bbc54e4841a1348ad50e80342ec4bc675e07
Reviewed-on: https://go-review.googlesource.com/c/go/+/223557
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/ssa.go
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