[PATCH] D147735: [LV] Adds simple analysis that improves VF-aware uniformity checks.

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 7 09:46:46 PDT 2023


vporpo updated this revision to Diff 511708.
vporpo added a comment.

No need to match stores in `uniformAcrossVF()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147735

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/X86/uniform_across_vf.ll
  llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
  llvm/test/Transforms/LoopVectorize/pr47343-expander-lcssa-after-cfg-update.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147735.511708.patch
Type: text/x-patch
Size: 28471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230407/76ab5fd3/attachment-0001.bin>


More information about the llvm-commits mailing list