]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: don't need to unshapify append calls
authorKeith Randall <khr@golang.org>
Tue, 27 Jul 2021 02:37:10 +0000 (19:37 -0700)
committerKeith Randall <khr@golang.org>
Tue, 27 Jul 2021 17:32:52 +0000 (17:32 +0000)
commit5d8f90f90405e9faa9c5425627024d2cfa67faa3
tree3a442a2d793b729ed66b369c04a793944d83f56f
parentcb14e673ec62f09f1216c3d40b03a460785a931e
[dev.typeparams] cmd/compile: don't need to unshapify append calls

append is fine using shape types.

Change-Id: Iae829b9b5929d4dc7aa74bed57da13d4f6d746be
Reviewed-on: https://go-review.googlesource.com/c/go/+/337669
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go