Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Don't generate LPMW instructions when they aren't supported #207

Open
@dylanmckay

Description

@dylanmckay

In AVRISelDAGToDAG.cpp, we unconditionally lower 16-bit program memory loads into the LPMW instruction.

We should only lower to this instruction if the LPMX feature is enabled (Subtarget->hasLPMX()).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions