This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8319d448af6 [WebAssembly] Add V128 to WebAssemblyInstrInfo::copyPhysReg new 17045f04187 [MergeFuncs] Call removeUsers() prior to unnamed_addr RAUW new 19a9621221e [MergeFuncs] Improve ordering of equal functions
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/Transforms/IPO/MergeFunctions.cpp | 31 ++++++++---- test/Transforms/MergeFunc/external-before-local.ll | 55 ++++++++++++++++++++++ .../MergeFunc/unnamed-addr-reprocessing.ll | 35 ++++++++++++++ 3 files changed, 112 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/MergeFunc/external-before-local.ll create mode 100644 test/Transforms/MergeFunc/unnamed-addr-reprocessing.ll