summaryrefslogtreecommitdiffstats
path: root/llvm/test/Reduce/Inputs/remove-args.py
Commit message (Collapse)AuthorAgeFilesLines
* Reapply llvm-reduce: Add pass to reduce parameters""David Blaikie2019-09-121-0/+16
| | | | | | | | | | Fixing a couple of asan-identified bugs * use of an invalid "Use" iterator after the element was removed * use of StringRef to Function name after the Function was erased This reapplies r371567, which was reverted in r371580. llvm-svn: 371700
* Revert "llvm-reduce: Add pass to reduce parameters"David Blaikie2019-09-111-16/+0
| | | | | | | | Looks to be failing on asan buildbots This reverts commit r371567. llvm-svn: 371580
* llvm-reduce: Add pass to reduce parametersDavid Blaikie2019-09-101-0/+16
Patch by Diego TreviƱo! Differential Revision: https://reviews.llvm.org/D65479 llvm-svn: 371567
OpenPOWER on IntegriCloud