llvm-project/llvm/test/Reduce/Inputs
Roman Lebedev 5799fc79c3
[llvm-reduce] Refactor global variable delta pass
The limitation of the current pass that it skips initializer-less GV's
seems arbitrary, in all the reduced cases i (personally) looked at,
the globals weren't needed, yet they were kept.

So let's do two things:
1. allow reducing initializer-less globals
2. before reducing globals, reduce their initializers, much like we do function bodies
2021-01-03 01:45:47 +03:00
..
remove-args.py Reapply llvm-reduce: Add pass to reduce parameters"" 2019-09-12 01:20:48 +00:00
remove-bbs.py llvm-reduce: Add pass to reduce instructions 2019-09-19 00:59:27 +00:00
remove-instructions.py [Testing] Python 3 requires `print` to use parens 2019-09-20 13:52:47 +00:00
remove-metadata.py llvm-reduce: Add pass to reduce Metadata 2019-09-10 22:09:58 +00:00