[PATCH] D79785: [ARM] Register pressure with -mthumb forces register reload before each call

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 23:36:51 PDT 2020


dmgreen added a comment.

Hello.  Sorry I wasn't sent any buildbot failure emails, perhaps because I was not the author. Thanks for letting us know.

It looks like foldMemoryOperand is automatically transferring memory operands to the new instruction, which is not what we want here. I'll revert the patch so that we can sort out a fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79785



More information about the llvm-commits mailing list