[PATCH] D57382: [LV] Move interleave count computation to LVP::plan().

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 16:00:43 PST 2019


hsaito added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:6147
+      LLVM_DEBUG(printPlans(dbgs()));
+      return {{UserVF, 0}, CM.selectInterleaveCount(OptForSize, UserVF, 0)};
+    }
----------------
Need to take UserIC into account here as well?


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

https://reviews.llvm.org/D57382





More information about the llvm-commits mailing list