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>> ```
Currently no logic exists in
AVRExpandPseudoInsts.cppto lower thelpmw Rd, Zorlpmw 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.