llvm-project/llvm/tools/llvm-reduce
Roman Lebedev ce052110ac
[Reduce] Argument reduction: don't try to drop terminator instructions
Newly-added test previously crashed.

While it is up for debate whether or not instruction reduction
should be indiscriminate in instruction dropping (there you can
just ensure that the test case is still -verify'ies), here
if we drop terminator, CloneFunctionInto() will immediately crash.

So let's not do that :)
2020-07-21 00:06:03 +03:00
..
deltas [Reduce] Argument reduction: don't try to drop terminator instructions 2020-07-21 00:06:03 +03:00
CMakeLists.txt [llvm-reduce] Reducing attributes 2020-07-09 23:10:43 +03:00
DeltaManager.h [llvm-reduce] Reducing attributes 2020-07-09 23:10:43 +03:00
LLVMBuild.txt Added Delta IR Reduction Tool 2019-08-08 22:16:33 +00:00
TestRunner.cpp llvm-reduce: Remove some string copies 2019-09-16 23:54:57 +00:00
TestRunner.h llvm-reduce: Remove some string copies 2019-09-16 23:54:57 +00:00
llvm-reduce.cpp llvm-reduce: Add a space to an option's --help 2019-12-05 19:46:16 -08:00