[PATCH] D89566: [LV] Epilogue Vectorization with Optimal Control Flow

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 09:09:29 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:175
+
+static cl::opt<bool> EnableEpilogueVectorization(
+    "enable-epilogue-vectorization", cl::init(false), cl::Hidden,
----------------
mivnay wrote:
> Why not enable it by default?
+1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89566



More information about the llvm-commits mailing list