1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/Reduce
Fangrui Song 6da5cc31da [FileCheck] Default --allow-unused-prefixes to false
Link: https://lists.llvm.org/pipermail/llvm-dev/2020-October/146162.html "[RFC] FileCheck: (dis)allowing unused prefixes"

If a downstream project using lit needs time for transition,
add the following to `lit.local.cfg`:

```
from lit.llvm.subst import ToolSubst

fc = ToolSubst('FileCheck', unresolved='fatal')
config.substitutions.insert(0, (fc.regex, 'FileCheck --allow-unused-prefixes'))
```

Differential Revision: https://reviews.llvm.org/D95849
2021-02-08 13:37:04 -08:00
..
Inputs [llvm-reduce] Refactor global variable delta pass 2021-01-03 01:45:47 +03:00
do-not-remove-terminator.ll
no-replace-intrinsic-callee-with-undef.ll [test] Fix unused FileCheck prefixes in test/Reduce 2021-02-01 23:05:46 -08:00
remove-alias.ll [llvm-reduce][test] Make remove-alias.ll CHECK patterns more specific after D90302 2020-12-20 20:06:02 -08:00
remove-all-of-multiple-args.ll
remove-args-2.ll
remove-args-from-declaration.ll
remove-args-used-by-ret.ll
remove-args.ll
remove-attributes-from-intrinsic-like-functions.ll
remove-attributes-from-intrinsics.ll
remove-bbs-ret-nonvoid.ll
remove-bbs-unwinded-to.ll
remove-bbs.ll
remove-call-site-attributes.ll
remove-funcs.ll
remove-function-arguments-of-funcs-used-in-blockaddress.ll
remove-function-attributes.ll [test] Fix unused FileCheck prefixes in test/Reduce 2021-02-01 23:05:46 -08:00
remove-function-bodies-comdat.ll
remove-function-bodies-used-in-globals.ll [test] Fix unused FileCheck prefixes in clang-tidy and one llvm/test/Reduce test 2021-02-01 22:51:29 -08:00
remove-function-bodies.ll
remove-global-variable-attributes.ll
remove-global-vars.ll [llvm-reduce] ReduceGlobalVarInitializers delta pass: fix handling of globals w/ comdat/non-external linkage 2021-01-07 18:05:03 +03:00
remove-instructions.ll
remove-invoked-functions.ll
remove-metadata.ll
remove-multiple-use-of-args-in-same-instruction.ll [test] Fix unused FileCheck prefixes in test/Reduce 2021-02-01 23:05:46 -08:00
remove-multiple-use-of-global-vars-in-same-instruction.ll [test] Fix unused FileCheck prefixes in test/Reduce 2021-02-01 23:05:46 -08:00
remove-operand-bundles.ll
remove-single-arg.ll
remove-unused-declarations.ll [test] Fix unused FileCheck prefixes in test/Reduce 2021-02-01 23:05:46 -08:00