This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfe129b [PM/LCG] Teach LCG to support spurious reference edges. new f5ea571 LowerMemIntrinsics: Fix include guard new ae2612e WholeProgramDevirt: Check that VCP candidate functions are de [...] new 1648cea [PM] Port ArgumentPromotion to the new pass manager. new 4f223ec [NewGVN] Fix test so that it doesn't rely on InstCombine anymore.
The 4 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/Transforms/IPO/ArgumentPromotion.h | 31 ++++++ include/llvm/Transforms/Utils/LowerMemIntrinsics.h | 4 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/ArgumentPromotion.cpp | 115 +++++++++++++++------ lib/Transforms/IPO/WholeProgramDevirt.cpp | 10 +- .../ArgumentPromotion/aggregate-promote.ll | 1 + test/Transforms/ArgumentPromotion/attrs.ll | 1 + test/Transforms/ArgumentPromotion/byval-2.ll | 1 + test/Transforms/ArgumentPromotion/byval.ll | 1 + test/Transforms/ArgumentPromotion/chained.ll | 1 + test/Transforms/ArgumentPromotion/control-flow.ll | 1 + test/Transforms/ArgumentPromotion/control-flow2.ll | 1 + test/Transforms/ArgumentPromotion/crash.ll | 1 + test/Transforms/ArgumentPromotion/dbg.ll | 1 + test/Transforms/ArgumentPromotion/fp80.ll | 1 + test/Transforms/ArgumentPromotion/inalloca.ll | 1 + test/Transforms/ArgumentPromotion/pr27568.ll | 1 + test/Transforms/ArgumentPromotion/reserve-tbaa.ll | 1 + test/Transforms/ArgumentPromotion/sret.ll | 1 + test/Transforms/ArgumentPromotion/tail.ll | 1 + test/Transforms/ArgumentPromotion/variadic.ll | 1 + test/Transforms/NewGVN/load-constant-mem.ll | 8 +- .../{vcp-accesses-memory.ll => vcp-decl.ll} | 11 +- 24 files changed, 151 insertions(+), 46 deletions(-) create mode 100644 include/llvm/Transforms/IPO/ArgumentPromotion.h copy test/Transforms/WholeProgramDevirt/{vcp-accesses-memory.ll => vcp-decl.ll} (85%)