]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add new ops for experiment with late call expansion
authorDavid Chase <drchase@google.com>
Mon, 15 Jun 2020 18:20:36 +0000 (14:20 -0400)
committerDavid Chase <drchase@google.com>
Thu, 17 Sep 2020 19:18:10 +0000 (19:18 +0000)
commit35e413c5373538ca6e0516f454f78c74477eff2c
treee3d75de4d7c1fc94646348cd09d7f6c97c17e9c4
parentf554eb7bc332cc265e6cc0490a7595b2f5873cba
cmd/compile: add new ops for experiment with late call expansion

Added Dereference, StaticLECall, SelectN, SelectNAddr

Change-Id: I5426ae488e83956539aa07f7415b8acc26c933e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/239082
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/ssa/gen/genericOps.go
src/cmd/compile/internal/ssa/opGen.go