[PATCH] D9804: Optimize scattered vector insert/extract pattern

Lawrence Hu lawrence at codeaurora.org
Tue Jul 7 16:38:07 PDT 2015


Forgot to mention, I investigated why the cost function doesn't allow further processing:  it is because the loads in my example are not from consecutive memory location, then gather operation is need, when NeedGather is true, the cost function won't allow further vectorization.


Repository:
  rL LLVM

http://reviews.llvm.org/D9804







More information about the llvm-commits mailing list