[PATCH] D123537: [VPlan] Model first exit values in VPlan.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 23 12:00:06 PDT 2022


fhahn updated this revision to Diff 424742.
fhahn marked 5 inline comments as done.
fhahn added a comment.

Bring back getOrAddVPValue, as per inline comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123537

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
  llvm/test/Transforms/LoopVectorize/X86/invariant-load-gather.ll
  llvm/test/Transforms/LoopVectorize/X86/pr51366-sunk-instruction-used-outside-of-loop.ll
  llvm/test/Transforms/LoopVectorize/extract-last-veclane.ll
  llvm/test/Transforms/LoopVectorize/instruction-only-used-outside-of-loop.ll
  llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-liveout.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123537.424742.patch
Type: text/x-patch
Size: 17515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220423/605d2bc5/attachment.bin>


More information about the llvm-commits mailing list