[PATCH] D96723: [ARM] Use rGPR for writeback vldrs
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 04:44:40 PST 2021
simon_tatham accepted this revision.
simon_tatham added a comment.
This revision is now accepted and ready to land.
Oh yes, I must have seen `if Rn == '1101' && W == '1'` and absentmindedly interpreted the W as a write to memory, not a write back to the register.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96723/new/
https://reviews.llvm.org/D96723
More information about the llvm-commits
mailing list