This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41daa756aa8 Revert r338340 "[MS Demangler] Better demangling of templat [...] new b2970fad9bf [VPlan] Introduce VPLoopInfo analysis.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Vectorize/VPlan.h | 16 +++- lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 6 ++ lib/Transforms/Vectorize/VPlanLoopInfo.h | 45 +++++++++++ unittests/Transforms/Vectorize/CMakeLists.txt | 1 + .../Transforms/Vectorize/VPlanLoopInfoTest.cpp | 87 ++++++++++++++++++++++ 5 files changed, 154 insertions(+), 1 deletion(-) create mode 100644 lib/Transforms/Vectorize/VPlanLoopInfo.h create mode 100644 unittests/Transforms/Vectorize/VPlanLoopInfoTest.cpp