You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "George Timoshenko (JIRA)" <ji...@apache.org> on 2008/02/28 05:23:51 UTC

[jira] Updated: (HARMONY-5500) [drlvm][jit][opt] IRBuilder improvement to make it usable in all HLO optimizations

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

George Timoshenko updated HARMONY-5500:
---------------------------------------

    Summary: [drlvm][jit][opt] IRBuilder improvement to make it usable in all HLO optimizations  (was: [drlvm][jit][opt] IRBuilder improvement to make it usable in all HLO optimisations)

> [drlvm][jit][opt] IRBuilder improvement to make it usable in all HLO optimizations
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-5500
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5500
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: George Timoshenko
>            Priority: Minor
>
> This time IRBuilder lives only during translation.
> All HLO optimizations creates necessary instructions "manually". And sometimes it is not very convenient.
> HLOAPIMagic pass is the best example of such inconvenience. A number of methods for generating instructions into HIR are just copy/pasted there from IRBuilder.
> It would be better to make IRBuilder independant from translator and keep it alive during all the HLO so HLOAPIMagic all other passes can use it for instruction creation.

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