]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: ignore types when considering tuple select for CSE
authorTodd Neal <todd@tneal.org>
Mon, 24 Apr 2017 15:20:09 +0000 (11:20 -0400)
committerTodd Neal <todd@tneal.org>
Tue, 9 May 2017 23:22:00 +0000 (23:22 +0000)
commit08dca4c649ba7f90f209376ba342bd46ef14ebe5
treee9c7367c8a8830550312b74b773068240bd3e384
parent46b88c9fbccad489aed53a77afa680792fff6eaa
cmd/compile: ignore types when considering tuple select for CSE

Fixes #20097

Change-Id: I3c9626ccc8cd0c46a7081ea8650b2ff07a5d4fcd
Reviewed-on: https://go-review.googlesource.com/41505
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/cse.go
test/fixedbugs/issue20097.go [new file with mode: 0644]