[PATCH] D78493: [ARM] Don't shrink STM if it would cause an unknown base register store

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 12:26:35 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

The ARMv7 ARM claims the form with writeback of the lowest register is deprecated, but it looks like ARMv8 un-deprecated it, so we probably don't care about that.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78493/new/

https://reviews.llvm.org/D78493





More information about the llvm-commits mailing list