This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cccdd2e Teach fast isel calls and rets about stdcall. new bc38653 [LV] Avoid unnecessary IV scalar-to-vector-to-scalar conversions new 037f8a7 Revert r275401, it caused PR28551.
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 | 1 - include/llvm/LinkAllPasses.h | 1 - include/llvm/Transforms/Scalar.h | 7 - include/llvm/Transforms/Scalar/GVN.h | 15 +- lib/Passes/PassRegistry.def | 1 - lib/Transforms/IPO/PassManagerBuilder.cpp | 1 - lib/Transforms/Scalar/CMakeLists.txt | 1 - lib/Transforms/Scalar/GVNHoist.cpp | 820 --------------------- lib/Transforms/Scalar/Scalar.cpp | 5 - lib/Transforms/Vectorize/LoopVectorize.cpp | 114 +-- test/Transforms/GVN/hoist-pr20242.ll | 74 -- test/Transforms/GVN/hoist-pr22005.ll | 30 - test/Transforms/GVN/hoist.ll | 691 ----------------- test/Transforms/LoopVectorize/induction.ll | 49 ++ test/Transforms/LoopVectorize/reverse_induction.ll | 24 - 15 files changed, 122 insertions(+), 1712 deletions(-) delete mode 100644 lib/Transforms/Scalar/GVNHoist.cpp delete mode 100644 test/Transforms/GVN/hoist-pr20242.ll delete mode 100644 test/Transforms/GVN/hoist-pr22005.ll delete mode 100644 test/Transforms/GVN/hoist.ll