This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c58cbcd GVN-hoist: use DFS numbers instead of walking the instruction stream new 7c4932c GVN-hoist: improve code generation for recursive GEPs new 8a6d1ad [MC] Add command-line option to choose the max nest level in [...]
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: lib/MC/MCParser/AsmParser.cpp | 21 ++++- lib/Transforms/Scalar/GVNHoist.cpp | 124 ++++++++++++++++++---------- test/MC/AsmParser/macro-max-depth.s | 20 +++++ test/Transforms/GVN/hoist-recursive-geps.ll | 103 +++++++++++++++++++++++ 4 files changed, 222 insertions(+), 46 deletions(-) create mode 100644 test/MC/AsmParser/macro-max-depth.s create mode 100644 test/Transforms/GVN/hoist-recursive-geps.ll