[llvm-reduce] Move tests to tools folder
authorSamuel <swamulism@gmail.com>
Thu, 1 Apr 2021 17:04:04 +0000 (10:04 -0700)
committerArthur Eubanks <aeubanks@google.com>
Thu, 1 Apr 2021 17:04:10 +0000 (10:04 -0700)
Move tests for llvm-reduce to tools folder

Reviewed By: fhahn, lebedev.ri

Differential Revision: https://reviews.llvm.org/D99632

35 files changed:
llvm/test/tools/llvm-reduce/Inputs/remove-args.py [moved from llvm/test/Reduce/Inputs/remove-args.py with 100% similarity]
llvm/test/tools/llvm-reduce/Inputs/remove-bbs.py [moved from llvm/test/Reduce/Inputs/remove-bbs.py with 100% similarity]
llvm/test/tools/llvm-reduce/Inputs/remove-instructions.py [moved from llvm/test/Reduce/Inputs/remove-instructions.py with 100% similarity]
llvm/test/tools/llvm-reduce/Inputs/remove-metadata.py [moved from llvm/test/Reduce/Inputs/remove-metadata.py with 100% similarity]
llvm/test/tools/llvm-reduce/do-not-remove-terminator.ll [moved from llvm/test/Reduce/do-not-remove-terminator.ll with 100% similarity]
llvm/test/tools/llvm-reduce/no-replace-intrinsic-callee-with-undef.ll [moved from llvm/test/Reduce/no-replace-intrinsic-callee-with-undef.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-alias.ll [moved from llvm/test/Reduce/remove-alias.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-all-of-multiple-args.ll [moved from llvm/test/Reduce/remove-all-of-multiple-args.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-args-2.ll [moved from llvm/test/Reduce/remove-args-2.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-args-from-declaration.ll [moved from llvm/test/Reduce/remove-args-from-declaration.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-args-used-by-ret.ll [moved from llvm/test/Reduce/remove-args-used-by-ret.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-args.ll [moved from llvm/test/Reduce/remove-args.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-attributes-from-intrinsic-like-functions.ll [moved from llvm/test/Reduce/remove-attributes-from-intrinsic-like-functions.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-attributes-from-intrinsics.ll [moved from llvm/test/Reduce/remove-attributes-from-intrinsics.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-bbs-ret-nonvoid.ll [moved from llvm/test/Reduce/remove-bbs-ret-nonvoid.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-bbs-unwinded-to.ll [moved from llvm/test/Reduce/remove-bbs-unwinded-to.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-bbs.ll [moved from llvm/test/Reduce/remove-bbs.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-call-site-attributes.ll [moved from llvm/test/Reduce/remove-call-site-attributes.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-dso-local.ll [moved from llvm/test/Reduce/remove-dso-local.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-funcs.ll [moved from llvm/test/Reduce/remove-funcs.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-function-arguments-of-funcs-used-in-blockaddress.ll [moved from llvm/test/Reduce/remove-function-arguments-of-funcs-used-in-blockaddress.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-function-attributes.ll [moved from llvm/test/Reduce/remove-function-attributes.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-function-bodies-comdat.ll [moved from llvm/test/Reduce/remove-function-bodies-comdat.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-function-bodies-used-in-globals.ll [moved from llvm/test/Reduce/remove-function-bodies-used-in-globals.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-function-bodies.ll [moved from llvm/test/Reduce/remove-function-bodies.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-global-variable-attributes.ll [moved from llvm/test/Reduce/remove-global-variable-attributes.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-global-vars.ll [moved from llvm/test/Reduce/remove-global-vars.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-instructions.ll [moved from llvm/test/Reduce/remove-instructions.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-invoked-functions.ll [moved from llvm/test/Reduce/remove-invoked-functions.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-metadata.ll [moved from llvm/test/Reduce/remove-metadata.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-multiple-use-of-args-in-same-instruction.ll [moved from llvm/test/Reduce/remove-multiple-use-of-args-in-same-instruction.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-multiple-use-of-global-vars-in-same-instruction.ll [moved from llvm/test/Reduce/remove-multiple-use-of-global-vars-in-same-instruction.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-operand-bundles.ll [moved from llvm/test/Reduce/remove-operand-bundles.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-single-arg.ll [moved from llvm/test/Reduce/remove-single-arg.ll with 100% similarity]
llvm/test/tools/llvm-reduce/remove-unused-declarations.ll [moved from llvm/test/Reduce/remove-unused-declarations.ll with 100% similarity]