commit | f751319a0b51b9557a2f7f6000e692769f78da01 | [log] [tgz] |
---|---|---|
author | Matthew Dempsky <mdempsky@google.com> | Wed Jun 29 17:15:08 2022 -0700 |
committer | Matthew Dempsky <mdempsky@google.com> | Thu Jun 30 18:41:17 2022 +0000 |
tree | 32b808a9e3747658a7c09889b2f0d2dc27cab078 | |
parent | e3cdc981c802350780a3eec109980acf28fc8746 [diff] |
[dev.unified] test: relax live_regabi.go Unified IR will soon introduce additional temporary variables for multi-valued expressions, which cause this test to start failing. However, according to the comment on lines 594--596, we don't care what temporaries are printed on the noisy lines, just that they're not mentioned on the printnl lines. This CL relaxes the test expectations so that temporaries are allowed to be live at the call to fb38() too, not just the calls to fi38() and fc38(). Change-Id: Ia6c5f28ccf760fd8890a4313fb0d9f0eb9850bba Reviewed-on: https://go-review.googlesource.com/c/go/+/415240 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: David Chase <drchase@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.