llvm-project/llvm/tools/llvm-reduce
Florian Hahn 53aad7a69a
[llvm-reduce] Update NoChunks initializer to be in line with AllChunks.
Without this patch, the assertion triggers below on the test case,
because we are using different oracles for the verification.

    Assertion failed: (Targets == NoChunksCounter.count() && "number of chunks changes when reducing"), function runDeltaPass, file Delta.cpp, line 272.
2022-09-21 15:50:30 +01:00
..
deltas [llvm-reduce] Update NoChunks initializer to be in line with AllChunks. 2022-09-21 15:50:30 +01:00
CMakeLists.txt this pass calls simplifyCFG on individual basic blocks; we want this 2022-08-15 15:45:20 -06:00
DeltaManager.cpp this pass calls simplifyCFG on individual basic blocks; we want this 2022-08-15 15:45:20 -06:00
DeltaManager.h allow llvm-reduce, if asked, to run its set of passes more than once, taking longer to finish but also potentially resulting in a smaller reduced file. 2022-01-10 22:24:23 -07:00
ReducerWorkItem.cpp Untangle the mess which is MachineBasicBlock::hasAddressTaken(). 2022-08-16 16:15:44 -07:00
ReducerWorkItem.h [llvm-reduce] Add support for LTO bitcode files 2022-06-30 08:58:24 -07:00
TestRunner.cpp [llvm-reduce] Move most debugging output behind --verbose 2022-08-19 13:25:42 -07:00
TestRunner.h [llvm-reduce] Add support for LTO bitcode files 2022-06-30 08:58:24 -07:00
llvm-reduce.cpp [NFC][llvm-reduce] Use new pass manager for printing ThinLTO bitcode 2022-08-15 14:14:08 -07:00