This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20b603a [obj2yaml][yaml2obj] Fixing dyld_info_command mappings new 9c81a3f [PM] Port DSE to the new pass manager new 47ad42e [Object] Move isNotObjectErrorInvalidFileType out of header.
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/Object/Error.h | 37 +- .../llvm/Transforms/Scalar/DeadStoreElimination.h | 34 ++ lib/Object/Error.cpp | 18 + lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/DeadStoreElimination.cpp | 660 +++++++++++---------- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/Transforms/DeadStoreElimination/simple.ll | 1 + 9 files changed, 403 insertions(+), 353 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/DeadStoreElimination.h