]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: allow more args in StructMake folding rule"
authorKeith Randall <khr@golang.org>
Tue, 12 Aug 2025 00:30:02 +0000 (17:30 -0700)
committerKeith Randall <khr@golang.org>
Tue, 12 Aug 2025 05:36:20 +0000 (22:36 -0700)
commit7248995b608cdf62362c1b95550edc0bdd15babe
treef754963edca55f83f5b28572eb16e0a4568cf8d9
parentcaf9fc3ccdf94b968e489d323b965fd47823e146
Revert "cmd/compile: allow more args in StructMake folding rule"

This reverts commit 72e8237cc11569de2faf9885a1b83d06446533b5 (CL 693615)

Reason for revert: still causing compiler failures on Google test code

Change-Id: I4a7850c321d95ed7803d56866bb0c524c7a377d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/695015
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/_gen/generic.rules
src/cmd/compile/internal/ssa/rewritegeneric.go
test/fixedbugs/issue74908.go [deleted file]