[PATCH] D122672: [CodeGen][ARM] Enable Swing Module Scheduling for ARM

Brendon Cahoon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 18:39:09 PDT 2022


bcahoon added a comment.

It's great to see extensions to the pipeliner so that it works on more targets and loops that don't assume a hardware loop.  A little while back a couple of functions, see shoulgnoreForPipelining, were added to support regular loops. However, I don't see that function used. Perhaps that effort was never completely finished? Do we need to get rid of that function, or try to combine the work you've done with that work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122672



More information about the llvm-commits mailing list