This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 969fcec33e8 [WebAssembly] SIMD conversions new c1271f6cb47 Revert "Revert "[ConstHoist] Do not rebase single (or few) [...] new 5088aa8e411 Remove LoopID metadata from the branch instruction that fol [...]
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: lib/Transforms/Scalar/ConstantHoisting.cpp | 68 +++++--- lib/Transforms/Utils/LoopUnrollPeel.cpp | 6 +- test/CodeGen/Thumb/consthoist-few-dependents.ll | 191 +++++++++++++++++++++ test/Transforms/LoopUnroll/peel-loop-conditions.ll | 42 ++++- test/Transforms/LoopUnroll/peel-loop.ll | 30 +++- 5 files changed, 299 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/Thumb/consthoist-few-dependents.ll