[PATCH] D97378: [VPlan] Support to vectorize inner loops with VPlan native path enabled

Mauri Mustonen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 01:45:30 PST 2021


Kazhuu updated this revision to Diff 326324.
Kazhuu added a comment.

Change and bare minimum test case

Add base minimum test case that I was able to reproduce the issues and it passes when the patch is applied. Also add one more assert fix that I noticed came up when testing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97378

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/test/Transforms/LoopVectorize/vplan-vectorize-single-loop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97378.326324.patch
Type: text/x-patch
Size: 7328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210225/d2ce7db9/attachment.bin>


More information about the llvm-commits mailing list