]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add store to load forwarding rules on riscv64
authorMichael Munday <mndygolang+git@gmail.com>
Sat, 30 Aug 2025 20:53:37 +0000 (21:53 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 4 Sep 2025 14:24:05 +0000 (07:24 -0700)
commit4373754bc990fc13b27ae823f977bc6328cc331e
treefa2f94062480bcc5a8d2c21a24b1b0b086b93951
parent80038586ed2814a03dcb95cd6f130766f8d803c3
cmd/compile: add store to load forwarding rules on riscv64

Adds the equivalent integer variants of the floating point rules
added in CL 599235.

Change-Id: Ibe03c26383059821d99cea2337799e6416b4c581
Reviewed-on: https://go-review.googlesource.com/c/go/+/700175
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Julian Zhu <jz531210@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/_gen/RISCV64.rules
src/cmd/compile/internal/ssa/rewriteRISCV64.go