This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95ba9814e6d Revert r337904: [IPSCCP] Use PredicateInfo to propagate fac [...] new fab866fa9c2 [GlobalMerge] Allow merging globals with arbitrary alignment.
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: lib/CodeGen/GlobalMerge.cpp | 44 ++++++++++++++++++------------ test/Transforms/GlobalMerge/alignment-2.ll | 22 +++++++++++++++ test/Transforms/GlobalMerge/alignment.ll | 20 ++++++++++++++ test/Transforms/GlobalMerge/basic.ll | 10 +++---- test/Transforms/GlobalMerge/debug-info.ll | 2 +- 5 files changed, 74 insertions(+), 24 deletions(-) create mode 100644 test/Transforms/GlobalMerge/alignment-2.ll create mode 100644 test/Transforms/GlobalMerge/alignment.ll