This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 890a6bd126c [mips] implement .set dspr2 directive new f139ed831d4 [SparsePropagation] Move member definitions to header (NFC) new 300b37a6ada [PassManager] Run global optimizations after the inliner.
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/Analysis/SparsePropagation.h | 336 +++++++++++++++++++++++++-- lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/SparsePropagation.cpp | 364 ------------------------------ lib/Transforms/IPO/PassManagerBuilder.cpp | 14 ++ test/CodeGen/AMDGPU/early-inline.ll | 2 +- test/Other/pass-pipelines.ll | 2 + 6 files changed, 337 insertions(+), 382 deletions(-) delete mode 100644 lib/Analysis/SparsePropagation.cpp