This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29f24c91755 Fix typo in size remarks for module passes new f6dfc5edb00 [Constant Hoisting] Hoisting Constant GEP Expressions
The 1 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/Transforms/Scalar/ConstantHoisting.h | 67 ++++++-- lib/Transforms/Scalar/ConstantHoisting.cpp | 172 ++++++++++++++++----- test/CodeGen/AArch64/consthoist-gep.ll | 100 ++++++++++++ .../ConstantHoisting/AArch64/const-hoist-gep.ll | 44 ++++++ .../ConstantHoisting/ARM/const-hoist-gep.ll | 42 +++++ .../ARM/same-offset-multi-types.ll | 44 ++++++ 6 files changed, 417 insertions(+), 52 deletions(-) create mode 100644 test/CodeGen/AArch64/consthoist-gep.ll create mode 100644 test/Transforms/ConstantHoisting/AArch64/const-hoist-gep.ll create mode 100644 test/Transforms/ConstantHoisting/ARM/const-hoist-gep.ll create mode 100644 test/Transforms/ConstantHoisting/ARM/same-offset-multi-types.ll