Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/compile/internal/ir: export 'reassigned', handle OASOP
Rename the ir-local function "reassigned" to "Reassigned" so that it can be used as part of inline heuristic analysis. Fix up the header comment along that way, which had some stale material. Add support for detecting reassignments via OASOP (as opposed to just simple assignments). Updates #61502. Change-Id: I50f40f81263c0d7f61f30fcf0258f0b0f93acdca Reviewed-on: https://go-review.googlesource.com/c/go/+/511560 Reviewed-by: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Than McIntosh <[email protected]>
- Loading branch information