This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6b47d2a4fe [Power9] Add a specific heuristic to schedule the addi befo [...] new c9505f181c3 [ARM] ARMExpandPseudoInsts: add debug messages new 033d04ba3cc [DSE] Bugfix to avoid PartialStoreMerging involving non byt [...]
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: include/llvm/IR/DataLayout.h | 8 ++++ lib/Target/ARM/ARMExpandPseudoInsts.cpp | 18 ++++++- lib/Transforms/Scalar/DeadStoreElimination.cpp | 5 ++ .../DeadStoreElimination/PartialStore2.ll | 55 ++++++++++++++++++++++ 4 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 test/Transforms/DeadStoreElimination/PartialStore2.ll