[PATCH] D78625: [ARM] Distribute post-inc for Thumb2 sing/zero extending loads/stores

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 00:30:13 PDT 2020


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.
Herald added a project: LLVM.

LGTM. Have you tested whether this approach is faster than doing the pre-indexing LSR method? I certainly like the idea of this transform instead of being beholden to the filtering gods.


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

https://reviews.llvm.org/D78625





More information about the llvm-commits mailing list