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