Files
clang-p2996/llvm/lib/Target/AVR/AVRRelaxMemOperations.cpp
Ayke van Laethem 15f495c0bc [AVR] Fix def state of operands
Some instructions (especially mov+pop instructions) were setting the
wrong operands. For example, the pop instruction had the register set as
a source operand while it is a destination operand (the value is loaded
into the register).

I have found these issues using the machine verifier and using manual
code inspection.

Differential Revision: https://reviews.llvm.org/D97159
2021-03-03 15:36:05 +01:00

3.9 KiB