[PATCH] D41953: [LoopUnroll] Unroll and Jam

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 02:46:47 PDT 2018


samparker added a comment.

Hi Dave,

With respect to the awkward ordering, I don't understand why this transformation (as a standalone pass) couldn't perform the inner unrolling itself? I don't see why there needs to be a dependency. Also, will have loop rotate as a utility (https://reviews.llvm.org/D44595) help simplify this transform?

cheers,
sam


Repository:
  rL LLVM

https://reviews.llvm.org/D41953





More information about the llvm-commits mailing list