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.
Implement wide load program memory pseudo instructions #112
Open
Description
Currently no logic exists in AVRExpandPseudoInsts.cpp
to lower the lpmw Rd, Z
or lpmw Rd, Z+
instructions.
They are defined as pseudo instructions, but they are not lowered. Because of this, using them will cause an error in LLVM.
LLVM ERROR: Not supported instr: <MCInst 102 <MCOperand Reg:52> <MCOperandReg:52>>