David Blaikie
c4da7eeccd
llvm-reduce: Fix inconsistencies between int/unsigned usage (standardize on int)
...
llvm-svn: 372270
2019-09-18 22:30:25 +00:00
Simon Pilgrim
858d755c27
Fix -Wdocumentation "@returns in a void function" warning. NFCI.
...
llvm-svn: 372212
2019-09-18 10:39:16 +00:00
David Blaikie
5adb3d2ac0
Reapply llvm-reduce: Add pass to reduce parameters""
...
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
2019-09-12 01:20:48 +00:00
David Blaikie
068b362814
Revert "llvm-reduce: Add pass to reduce parameters"
...
Looks to be failing on asan buildbots
This reverts commit r371567.
llvm-svn: 371580
2019-09-11 00:44:17 +00:00
David Blaikie
6a2603c063
llvm-reduce: Add pass to reduce parameters
...
Patch by Diego Treviño!
Differential Revision: https://reviews.llvm.org/D65479
llvm-svn: 371567
2019-09-10 23:10:10 +00:00