Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(47)

Issue 7312090: code review 7312090: exp/ssa: add Instruction.Operands and Value.Referrers m... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by adonovan
Modified:
12 years, 4 months ago
Reviewers:
CC:
iant, gri, golang-dev
Visibility:
Public.

Description

exp/ssa: add Instruction.Operands and Value.Referrers methods. Operands returns the SSA values used by an instruction. Referrers returns the SSA instructions that use a value, for some values. These will be used for SSA renaming, to follow.

Patch Set 1 #

Patch Set 2 : diff -r 86c70475d48f https://code.google.com/p/go/ #

Patch Set 3 : diff -r 86c70475d48f https://code.google.com/p/go/ #

Patch Set 4 : diff -r 86c70475d48f https://code.google.com/p/go/ #

Patch Set 5 : diff -r 86c70475d48f https://code.google.com/p/go/ #

Patch Set 6 : diff -r 86c70475d48f https://code.google.com/p/go/ #

Patch Set 7 : diff -r 3b702853541b https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -34 lines) Patch
M src/pkg/exp/ssa/func.go View 1 2 3 4 5 6 2 chunks +16 lines, -1 line 0 comments Download
M src/pkg/exp/ssa/interp/interp.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/exp/ssa/literal.go View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/exp/ssa/ssa.go View 1 2 3 4 5 6 10 chunks +205 lines, -32 lines 0 comments Download

Messages

Total messages: 3
adonovan
Hello iant@golang.org, gri@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 4 months ago (2013-02-12 21:47:13 UTC) #1
iant
LGTM
12 years, 4 months ago (2013-02-12 23:47:08 UTC) #2
adonovan
12 years, 4 months ago (2013-02-13 05:15:11 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=ff721d07344a ***

exp/ssa: add Instruction.Operands and Value.Referrers methods.

Operands returns the SSA values used by an instruction.
Referrers returns the SSA instructions that use a value, for
some values.  These will be used for SSA renaming, to follow.

R=iant, gri
CC=golang-dev
https://codereview.appspot.com/7312090
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b