[PATCH] D143605: [VPlan] Sink stores using recurrences past non-aliasing mem access (WIP)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 13:26:30 PST 2023


fhahn created this revision.
fhahn added reviewers: Ayal, gilr, rengolin.
Herald added subscribers: jeroen.dobbelaere, StephenFan, tschuett, psnobl, rogfer01, bollu, hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added subscribers: pcwang-thead, vkmr.
Herald added a project: LLVM.

Depends on D143604 <https://reviews.llvm.org/D143604>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143605

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.h
  llvm/test/Transforms/LoopVectorize/fixed-order-recurrences-memory-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143605.495937.patch
Type: text/x-patch
Size: 20888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/da016b5b/attachment.bin>


More information about the llvm-commits mailing list