Skip to content

Need support for __ashldi3 #2

Description

@AngheloAlf

GCC can emit a call for __ashldi3 for a left shift between int64_t when using -Os. GCC won't emit this call when using -Ofast, but it can still be good to have.

To recreate:

long long __ll_lshift(long long left, long long right) {
    return left << right;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions