This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1330a1c [llvm-pdbdump] Fix version reading on big endian systems. new c3ce5d9 PM: Port Internalize to the new pass manager new b7f92d0 Masked Store in Loop Vectorizer - bugfix
The 2 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: include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/IPO/Internalize.h | 61 ++++++++- lib/LTO/LTOCodeGenerator.cpp | 2 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/IPO.cpp | 2 +- lib/Transforms/IPO/Internalize.cpp | 171 ++++++++++-------------- lib/Transforms/Vectorize/LoopVectorize.cpp | 22 ++- test/Transforms/Internalize/used.ll | 1 + test/Transforms/LoopVectorize/X86/max-mstore.ll | 46 +++++++ 10 files changed, 191 insertions(+), 118 deletions(-) create mode 100644 test/Transforms/LoopVectorize/X86/max-mstore.ll