This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 502fd5ddfab [DWARF] NFC: DWARFDataExtractor combines relocs with DataEx [...] new 6ac1ea33ad5 Remove unneeded else from OrderedInstructions::dominates. new 7a954fc3ee1 NewGVN: Remove useless test in addPhiOfOps. new fe0d5f970c7 PredicateInfo: Use OrderedInstructions instead of our homem [...] new 2079d678b5b [ConstantHoisting] Avoid hoisting constants in GEPs that in [...]
The 4 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 | 2 + include/llvm/Transforms/Utils/PredicateInfo.h | 8 +- lib/Transforms/Scalar/ConstantHoisting.cpp | 95 ++++++++++++++-------- lib/Transforms/Scalar/NewGVN.cpp | 3 +- lib/Transforms/Utils/OrderedInstructions.cpp | 3 +- lib/Transforms/Utils/PredicateInfo.cpp | 78 ++++++------------ .../ConstantHoisting/ARM/gep-struct-index.ll | 37 +++++++++ 7 files changed, 132 insertions(+), 94 deletions(-) create mode 100644 test/Transforms/ConstantHoisting/ARM/gep-struct-index.ll