[PATCH] D70732: [VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 11:17:18 PST 2019


fhahn created this revision.
fhahn added reviewers: Ayal, gilr, hsaito.
Herald added subscribers: psnobl, rogfer01, rkruppe, tschuett, bollu, hiraditya, mgorny.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

The file is intended to gather various VPlan transformations, not only
CFG related transforms. Actually, the only transformation there is not
CFG related.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70732

Files:
  llvm/lib/Transforms/Vectorize/CMakeLists.txt
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.h
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/lib/Transforms/Vectorize/VPlanTransforms.h
  llvm/lib/Transforms/Vectorize/VPlanValue.h
  llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
  llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70732.231108.patch
Type: text/x-patch
Size: 6804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191126/4ede6c85/attachment.bin>


More information about the llvm-commits mailing list