[PATCH] D63476: [ARM] DLS/LE low-overhead loop code generation

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 09:30:13 PDT 2019


dmgreen added a comment.

I don't know of any reason why this way round wouldn't work, so long as we tell constant island pass that the size of the instructions is large enough. It might be a little inefficient at times? I think the version of this on the branch put the handling _into_ constant island pass, but that version worked a little differently.


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

https://reviews.llvm.org/D63476





More information about the llvm-commits mailing list