llvm-project/llvm/test/Reduce
Roman Lebedev 05f2b5ccfc
[llvm-reduce] Reducing call operand bundles
Summary:
This would have been marginally useful to me during/for rG7ea46aee3670981827c04df89b2c3a1cbdc7561b.

With ongoing migration to representing assumes via operand bundles on the assume, this will be gradually more useful.

Reviewers: nickdesaulniers, diegotf, dblaikie, george.burgess.iv, jdoerfert, Tyker

Reviewed By: nickdesaulniers

Subscribers: hiraditya, mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83177
2020-07-07 01:16:37 +03:00
..
Inputs [llvm-reduce] extractGVsFromModule(): don't crash when deleting instr twice 2020-07-05 01:01:46 +03:00
remove-args.ll llvm-reduce: Clean out previous test temp/output dir, since it was a dir and now it's used as just a single file 2019-09-16 23:56:26 +00:00
remove-bbs.ll llvm-reduce: Add pass to reduce basic blocks 2019-09-18 21:45:05 +00:00
remove-funcs.ll llvm-reduce: Clean out previous test temp/output dir, since it was a dir and now it's used as just a single file 2019-09-16 23:56:26 +00:00
remove-global-vars.ll llvm-reduce: Add pass to reduce instructions 2019-09-19 00:59:27 +00:00
remove-instructions.ll llvm-reduce: Add pass to reduce instructions 2019-09-19 00:59:27 +00:00
remove-metadata.ll llvm-reduce: Clean out previous test temp/output dir, since it was a dir and now it's used as just a single file 2019-09-16 23:56:26 +00:00
remove-multiple-use-of-args-in-same-instruction.ll [llvm-reduce] extractArgumentsFromModule(): don't crash when deleting instr twice 2020-07-05 00:52:42 +03:00
remove-multiple-use-of-global-vars-in-same-instruction.ll [llvm-reduce] extractGVsFromModule(): don't crash when deleting instr twice 2020-07-05 01:01:46 +03:00
remove-operand-bundles.ll [llvm-reduce] Reducing call operand bundles 2020-07-07 01:16:37 +03:00