[PATCH] D79767: [ARM] Macro fuse t2LoopDec and t2LoopEnd

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 13:40:58 PDT 2020


dmgreen added a comment.

The last time me and Sjoerd talked about it, we figured this wouldn't fix the issue exactly (it only fuses them during scheduling, you can still spill between the t2LoopDec and the End), and as we need a proper solution anyway this might not end up being useful on it's own.

But I will run some tests again and see if this is useful anyway. If it is it may be worth getting in.


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

https://reviews.llvm.org/D79767



More information about the llvm-commits mailing list