]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate function
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 28 Aug 2021 09:40:34 +0000 (16:40 +0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Oct 2021 22:28:59 +0000 (22:28 +0000)
commitb18ba59aaf078eb3af589ff9b3df6d62e61f4810
tree7dbde50e5d76dd2449cdeb6ff011875bbf823acb
parent04242ac88fc16aca0353ed37a5eacef86a2eba98
[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate function

So next CL can re-use the logic to perform checkptr instrumentation.

For #48561

Change-Id: I3241e9c3c84da04db71fd1d4fd83cb76b2e18521
Reviewed-on: https://go-review.googlesource.com/c/go/+/345435
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
(cherry picked from commit 8fad81cd6294776c63a3e9a5820f196949974861)
Reviewed-on: https://go-review.googlesource.com/c/go/+/354352
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/ssagen/ssa.go