jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • RVM
  • RVM-259

HIR ANDC, NAND, NOR and ORC instructions

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 2.9.0, 2.9.0.1, 2.9.1
  • Fix Version/s: 1000
  • Component/s: Compiler: Optimizing, Instruction Architecture: PowerPC
  • Labels:
    None

Description

The expression folder and BURS currently ignore:

z = ~(x & y)
z = ~(x | y)
z = (x | ~y)
z = (x & ~y)

although they are easy to recognize cases and valid PowerPC opcodes. The problem is we have no HIR operators for these instructions. Should we create new operators and modify the expression folder or we should just rely upon the PowerPC BURS to clean this up?

This was previously SF RFE #1700516.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Ian Rogers
Vote (0)
Watch (0)

Dates

  • Created:
    20/Sep/07 11:32 AM
    Updated:
    11/Apr/08 9:29 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.