[PATCH] D139074: Vectorization Of Conditional Statements Using BOSCC

Ashutosh Nema via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 22:42:10 PDT 2023


Ashutosh updated this revision to Diff 546699.
Ashutosh added a comment.

Thanks for reporting the failure, this patch includes the fix for it.
Also rebased it to align it latest changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139074

Files:
  llvm/include/llvm/Analysis/VectorUtils.h
  llvm/lib/Analysis/VectorUtils.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanValue.h
  llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
  llvm/test/Transforms/LoopVectorize/boscc0.ll
  llvm/test/Transforms/LoopVectorize/boscc1.ll
  llvm/test/Transforms/LoopVectorize/boscc2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139074.546699.patch
Type: text/x-patch
Size: 64811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230803/5e2cc4e5/attachment-0001.bin>


More information about the llvm-commits mailing list