This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 784fc22c779 Fix some Wundef warnings in Compiler.h new 1381c3b1f03 Revert r341269: [Constant Hoisting] Hoisting Constant GEP E [...]
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, 52 insertions(+), 417 deletions(-) delete mode 100644 test/CodeGen/AArch64/consthoist-gep.ll delete mode 100644 test/Transforms/ConstantHoisting/AArch64/const-hoist-gep.ll delete mode 100644 test/Transforms/ConstantHoisting/ARM/const-hoist-gep.ll delete mode 100644 test/Transforms/ConstantHoisting/ARM/same-offset-multi-types.ll