[PATCH] D65479: [Bugpoint redesign] Added pass to reduce parameters

Diego TreviƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 15:17:58 PDT 2019


diegotf created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.

This diff implements a pass to reduce uninteresting parameters. It also modifies function calls to fit the new function signature, additionally, the pass removes any `AllocInst` for out-of-chunk arguments.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65479

Files:
  llvm/test/Reduce/remove-attrs.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.h
  llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp
  llvm/tools/llvm-reduce/deltas/ReduceArguments.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65479.212452.patch
Type: text/x-patch
Size: 9111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190730/dbd62aa9/attachment.bin>


More information about the llvm-commits mailing list