[PATCH] D57837: [LV] Prevent interleaving if computeMaxVF returned None.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 13:25:41 PST 2019


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp:7360
+    InterleaveLoop = false;
+    UserIC = 1;
+  } else if (IC == 1 && UserIC <= 1) {
----------------
Ayal wrote:
> This `UserIC = 1` is now redundant, right?
> 
> Thanks!
Of course, just moved the code around.... Removed in  rGf557a94aa32c.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57837





More information about the llvm-commits mailing list