This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3fa22fa403d [CodeGen] Print bundled instructions using the MIR syntax i [...] new e156d07a1bc Revert r324903 "[AArch64] Refactor identification of SIMD i [...] new c9c691411d1 [DeadStoreElimination] Salvage debug info from dead insts new 877eaaa20ee [Debugify] Avoid verifier failure on non-definition subprograms
The 3 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/Target/AArch64/AArch64ISelLowering.cpp | 648 ++++++++++++---------- lib/Transforms/Scalar/DeadStoreElimination.cpp | 3 + test/DebugInfo/debugify.ll | 6 + test/Transforms/DeadStoreElimination/debuginfo.ll | 40 ++ tools/opt/Debugify.cpp | 4 +- 5 files changed, 419 insertions(+), 282 deletions(-) create mode 100644 test/Transforms/DeadStoreElimination/debuginfo.ll