]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/devirtualize: fix OCONVNOP assertion
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sun, 12 Oct 2025 09:15:11 +0000 (11:15 +0200)
committerMateusz Poliwczak <mpoliwczak34@gmail.com>
Tue, 14 Oct 2025 16:33:37 +0000 (09:33 -0700)
commit5a9ef44bc05b937cff2394b5880ecca616cb878e
tree36625f69eca33d433042eea27392f55eadb9506d
parent3765758b96746e202bb52312d4b026085a0f25a1
cmd/compile/internal/devirtualize: fix OCONVNOP assertion

Fixes #75863

Change-Id: I1e5a0f3880dcd5f820a5b6f4540c49b16a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/711141
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Lasse Folger <lassefolger@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/devirtualize/devirtualize.go
test/devirtualization.go