You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/07/20 12:27:07 UTC

[jira] Closed: (HARMONY-2533) [drlvm][jit][opt] Opcode cleanup

     [ https://issues.apache.org/jira/browse/HARMONY-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov closed HARMONY-2533.
-----------------------------------

    Resolution: Fixed

I checked all code and found that these opcodes are not used anymore and marked as deprecated. These opcodes were removed.

Committed as r 557942

> [drlvm][jit][opt] Opcode cleanup
> --------------------------------
>
>                 Key: HARMONY-2533
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2533
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: George Timoshenko
>            Assignee: Mikhail Fursov
>            Priority: Minor
>
> Some opcodes in OPT::HLO are redundant.
> They are unused at all, but there is a code that handls that opcodes.
> For example in Simplifier:
> Opnd*
> Simplifier::simplifyScaledDiffRef(Opnd* src1, Opnd* src2) {
>     if (src1 == src2) {
>     } else {
>     }
>     return NULL;
> }
> Opcodes for review:
> Op_PredCmp
> Op_PredBranch
> Op_ScaledDiff

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.