[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
Mon Aug 20 11:57:06 PDT 2018


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

Teach LAA about non-predicated uniform store. Added test case for these cases
to make sure they are not treated as predicated stores.


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/Transforms/LoopVectorize/invariant-store-vectorization.ll
  test/Transforms/LoopVectorize/pr31190.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50665.161525.patch
Type: text/x-patch
Size: 18271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180820/334aaf38/attachment.bin>


More information about the llvm-commits mailing list