[PATCH] D71334: [AArch64] Enable clustering memory accesses to fixed stack objects

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 13:15:34 PST 2019


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

LGTM. Thanks for fixing this.

The usage of `TII->getMemScale` is a bit weird since it makes it look like it's a non-static member function. No need to change it unless you think it would help.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71334





More information about the llvm-commits mailing list