]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add code to expand calls just before late opt
authorDavid Chase <drchase@google.com>
Thu, 9 Jul 2020 19:47:26 +0000 (15:47 -0400)
committerDavid Chase <drchase@google.com>
Fri, 18 Sep 2020 16:14:40 +0000 (16:14 +0000)
commit44c0586931344c2c218b8074972b18fd5ff440bc
tree81835697dd9fced7dd6f5b5fcc6ee754a205de95
parent0b71ce6768acd33f188e3edfdc40046c7f6ddf57
cmd/compile: add code to expand calls just before late opt

Still needs to generate the calls that will need lowering.

Change-Id: Ifd4e510193441a5e27c462c1f1d704f07bf6dec3
Reviewed-on: https://go-review.googlesource.com/c/go/+/242359
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/expand_calls.go [new file with mode: 0644]
src/cmd/compile/internal/ssa/func.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssa/writebarrier.go