This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 519e2e52fa1 [X86] Add suffixes to the LGDT/LIDT/SGDT/SIDT mnemonics in [...] new 8784c51c371 [NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own file
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: .../Vectorize/LoopVectorizationLegality.h | 482 +++++++ lib/Transforms/Vectorize/CMakeLists.txt | 1 + .../Vectorize/LoopVectorizationLegality.cpp | 1068 ++++++++++++++ lib/Transforms/Vectorize/LoopVectorize.cpp | 1462 +------------------- 4 files changed, 1557 insertions(+), 1456 deletions(-) create mode 100644 include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h create mode 100644 lib/Transforms/Vectorize/LoopVectorizationLegality.cpp