[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
Thu Aug 23 09:39:25 PDT 2018


anna updated this revision to Diff 162206.
anna added a comment.

address review comments (NFC wrt previous diff). Added one test for varying value stored into invariant address.


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.162206.patch
Type: text/x-patch
Size: 31543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180823/a12db392/attachment.bin>


More information about the llvm-commits mailing list