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

Issue 6498092: code review 6498092: 6l/8l: emit correct opcodes to F(SUB|DIV)R?D. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by agl1
Modified:
12 years, 10 months ago
Reviewers:
CC:
golang-dev, dave_cheney.net, rsc
Visibility:
Public.

Description

6l/8l: emit correct opcodes to F(SUB|DIV)R?D. When the destination was not F0, 6l and 8l swapped FSUBD/FSUBRD and FDIVD/FDIVRD.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -8 lines) Patch
M src/cmd/6l/optab.c View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/cmd/8l/optab.c View 1 1 chunk +4 lines, -4 lines 0 comments Download
A test/fixedbugs/bug453.go View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A test/fixedbugs/bug453.dir/bug453.go View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A test/fixedbugs/bug453.dir/bug453.s View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A test/fixedbugs/bug453.dir/bug453_ref.go View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 5
agl1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, rsc@golang.org), I'd like you to review this change to https://code.google.com/p/go/
12 years, 10 months ago (2012-09-05 15:30:37 UTC) #1
dave_cheney.net
Hi agl, Are you able to include a test case with this proposal? Cheers Dave ...
12 years, 10 months ago (2012-09-05 23:35:24 UTC) #2
agl1
On Wed, Sep 5, 2012 at 7:35 PM, Dave Cheney <dave@cheney.net> wrote: > Are you ...
12 years, 10 months ago (2012-09-08 20:31:04 UTC) #3
rsc
LGTM Good enough. Really it should be rundir but that doesn't exist yet. Will file ...
12 years, 10 months ago (2012-09-10 16:31:12 UTC) #4
agl1
12 years, 10 months ago (2012-09-10 19:35:58 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=4ff71bc1a199 ***

6l/8l: emit correct opcodes to F(SUB|DIV)R?D.

When the destination was not F0, 6l and 8l swapped FSUBD/FSUBRD and
FDIVD/FDIVRD.

R=golang-dev, dave, rsc
CC=golang-dev
http://codereview.appspot.com/6498092
Sign in to reply to this message.

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