[PATCH] D57054: [MachineOutliner][ARM][RFC] Add Machine Outliner support for ARM

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 12:32:35 PST 2020


efriedma added a comment.

It might be possible to rearrange Low Overhead Loops to run before ConstantIslands, but you'd probably need to do more to make it work properly.  I don't think ConstantIslands knows how to handle the branches generated by LowOverheadLoop.  If you think it's necessary, please split it into a separate patch with proper tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57054





More information about the llvm-commits mailing list