[PATCH] D98634: [LV] Move runtime pointer size check to LVP::plan().

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 05:25:51 PDT 2021


fhahn updated this revision to Diff 333827.
fhahn added a comment.
Herald added a subscriber: steven_wu.

Added TODO comment to LVL.cpp

In D98634#2646056 <https://reviews.llvm.org/D98634#2646056>, @lebedev.ri wrote:

> LGTM
> It seems that all/most of the reviewers who are familiar with this aren't responsive..

Thanks! I think it's been long enough, we can always adjust/revert if we missed anything serious.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98634

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/LTO/X86/diagnostic-handler-remarks.ll
  llvm/test/Transforms/LoopVectorize/X86/runtime-limit.ll
  llvm/test/Transforms/LoopVectorize/runtime-limit.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98634.333827.patch
Type: text/x-patch
Size: 14061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210329/41f0a6d7/attachment.bin>


More information about the llvm-commits mailing list