This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2d5595 Avoid MSVC failure with default arguments in lambdas from r267270 new 29fa04d BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
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/Bitcode/Writer/ValueEnumerator.cpp | 21 +++++++++++++++- lib/Bitcode/Writer/ValueEnumerator.h | 18 ++++++++++++++ test/Bitcode/mdnodes-distinct-in-post-order.ll | 24 ++++++++++++++++++ .../Bitcode/mdnodes-distinct-nodes-break-cycles.ll | 29 ++++++++++++++++++++++ 4 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 test/Bitcode/mdnodes-distinct-in-post-order.ll create mode 100644 test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll