This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e49253c0c11 [WebAssembly][NFC] Add colon to label in test new df71640548a [InstCombine] add tests for xor-or-xor fold; NFC new a989ec75d48 [LV] First order recurrence phis should not be treated as uniform new e4422b6a2a2 Revert "Revert r341269: [Constant Hoisting] Hoisting Consta [...]
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: include/llvm/Transforms/Scalar/ConstantHoisting.h | 67 +++++-- lib/Transforms/Scalar/ConstantHoisting.cpp | 174 +++++++++++++---- lib/Transforms/Vectorize/LoopVectorize.cpp | 5 + 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 +++++ test/Transforms/InstCombine/xor2.ll | 215 ++++++++++++++++++--- test/Transforms/LoopVectorize/X86/uniform-phi.ll | 22 +++ 9 files changed, 631 insertions(+), 82 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