[PATCH] D59832: [LoopRotation] Allow loop header duplication if vectorization is forced

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 08:09:17 PDT 2020


jdoerfert added a comment.

Looks reasonable to me, on nit. Someone else?



================
Comment at: llvm/lib/Transforms/Scalar/LoopRotation.cpp:123
+            : MaxHeaderSize,
+        false);
   }
----------------
Nit: Can we make this a standalone variable, they are free ;)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59832



More information about the llvm-commits mailing list