Skip to content

JIT: Examples where long decomposition could be improved #855

Open
@AndyAyersMS

Description

@AndyAyersMS

On x86 (and presumably, arm32), operations on longs must be broken down into sets of operations on ints. This process can sometimes introduce unnecessary register pressure and lead to poor CQ.

Some examples:

category:cq
theme:ir
skill-level:intermediate
cost:medium

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions