[PATCH] D50665: [LV][LAA] Vectorize loop invariant values stored into loop invariant address

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 11:50:25 PDT 2018


anna updated this revision to Diff 161787.
anna marked an inline comment as done.
anna added a comment.

Addressed review comments, updated ORE message and tests, fixed an assertion failure in cost model calculation for uniform store (bug uncovered when running test
under X86 skylake)


Repository:
  rL LLVM

https://reviews.llvm.org/D50665

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
  test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
  test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
  test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
  test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll
  test/Transforms/LoopVectorize/invariant-store-vectorization.ll
  test/Transforms/LoopVectorize/pr31190.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50665.161787.patch
Type: text/x-patch
Size: 30617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180821/34f92b96/attachment.bin>


More information about the llvm-commits mailing list