[PATCH] D102629: [ARM] Fix inline memcpy trip count sequence

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 13:48:37 PDT 2021


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

Thanks for spotting and correcting this @dmgreen,

I was trying to go for BIC n, n, 15  (to clear off the last 4 bits, which would also have been redundant given the LSR after it).


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

https://reviews.llvm.org/D102629



More information about the llvm-commits mailing list