]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLER{PC,SP} ops
authorMatthew Dempsky <mdempsky@google.com>
Tue, 22 Jun 2021 20:45:51 +0000 (13:45 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 23 Jun 2021 15:11:58 +0000 (15:11 +0000)
commit9be8303df9e3aa5f4ea1879e82a3edbf54b78dbf
treed48d7426197148509ac2f41b7f73bb7e3f134c4c
parent70f4ab656575842b3a4ce54960f2c3eb7230e8a6
[dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLER{PC,SP} ops

This CLs adds new frontend ops that will be used in the next CL. Split
out separately so generated code is less distracting in the main CL.

Change-Id: I66125e0ec2217bfa05f7b0ea0bc99ada13f563f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/330191
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/ir/node.go
src/cmd/compile/internal/ir/op_string.go