This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3357ae93b38 [ARM GlobalISel] Add test for RSBri. NFC new a36486e33b2 [LV] Model masking in VPlan, introducing VPInstructions
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: docs/Proposals/VectorizationPlan.rst | 69 ++++- lib/Transforms/Vectorize/LoopVectorize.cpp | 343 ++++++++++++++------- lib/Transforms/Vectorize/VPlan.cpp | 74 +++++ lib/Transforms/Vectorize/VPlan.h | 143 ++++++++- lib/Transforms/Vectorize/VPlanBuilder.h | 61 ++++ lib/Transforms/Vectorize/VPlanValue.h | 146 +++++++++ .../Transforms/LoopVectorize/if-conversion-nest.ll | 2 +- 7 files changed, 709 insertions(+), 129 deletions(-) create mode 100644 lib/Transforms/Vectorize/VPlanBuilder.h create mode 100644 lib/Transforms/Vectorize/VPlanValue.h