This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58fd93a Change () to (void) in the C API. new 466d0a3 [PM] Port DeadArgumentElimination to the new PM
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: .../llvm/Transforms/IPO/DeadArgumentElimination.h | 133 ++++++++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/DeadArgumentElimination.cpp | 169 ++++++--------------- test/Transforms/DeadArgElim/returned.ll | 2 +- 5 files changed, 185 insertions(+), 121 deletions(-) create mode 100644 include/llvm/Transforms/IPO/DeadArgumentElimination.h