Skip to content
This repository has been 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 opened this issue Jun 5, 2016 · 0 comments
Open

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

dylanmckay opened this issue Jun 5, 2016 · 0 comments

Comments

@dylanmckay
Copy link
Member

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()).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant