]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: ensure that ssa.Func constant cache is consistent
authorDavid Chase <drchase@google.com>
Fri, 28 Aug 2020 18:32:15 +0000 (14:32 -0400)
committerDavid Chase <drchase@google.com>
Sat, 5 Sep 2020 14:11:21 +0000 (14:11 +0000)
commitbf833ead6250290dce039ffeee88f20a086b5dbe
tree4912072683308dcc869a88fe80d0e7b9b4eb9911
parent721819e7bad078ac350bdebebb28793e13081e82
cmd/compile: ensure that ssa.Func constant cache is consistent

It was not necessarily consistent before, we were just lucky.

Change-Id: I3a92dc724e0af7b4d810a6a0b7b1d58844eb8f87
Reviewed-on: https://go-review.googlesource.com/c/go/+/251440
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/func.go
src/cmd/compile/internal/ssa/softfloat.go
src/cmd/compile/internal/ssa/value.go