aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2021-04-20 11:59:40 -0400
committerCherry Zhang <cherryyz@google.com>2021-04-20 16:44:18 +0000
commit109d7580a5c507b1e4f460445a5c4cd7313e4aa6 (patch)
tree2b3034970c9586070bf41d388093153f05400e92 /test
parent60ab197bc2bebb0ad25e7f4610c6e4aae71d29e4 (diff)
downloadgo-109d7580a5c507b1e4f460445a5c4cd7313e4aa6.tar.gz
go-109d7580a5c507b1e4f460445a5c4cd7313e4aa6.zip
cmd/compile: disable name preservation on copies in expand_calls
Apparently CL 309330 caused the compiler OOMing on some large input (giant generated switch statement). I don't quite understand it for now. Disable it for now. Change-Id: I19c84f3f5e158897bff0b32d6217fcff3c66874d Reviewed-on: https://go-review.googlesource.com/c/go/+/311829 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> Reviewed-by: Than McIntosh <thanm@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'test')
-rw-r--r--test/live_regabi.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/live_regabi.go b/test/live_regabi.go
index 2b0278ecb8..af14ede73f 100644
--- a/test/live_regabi.go
+++ b/test/live_regabi.go
@@ -1,5 +1,8 @@
// errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off
-// +build amd64,goexperiment.regabidefer,goexperiment.regabiargs
+// +build amd64,goexperiment.regabidefer,goexperiment.regabiargs,ignore
+
+// Disabled for now. The compiler sometimes has bad name-value association
+// for args, causing args appears as autotmps.
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style