OSDN Git Service

[ARM][MVE] Reorg of the LV tail-folding tests
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 17 Jul 2020 14:13:26 +0000 (15:13 +0100)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 17 Jul 2020 14:54:15 +0000 (15:54 +0100)
commit7ebc6bed849a75ffcabe9ff114b6dddd3ee17260
tree2819862ebcb9f8fbadfdc43e23be94edf42b6be8
parent31d71c69f1b1da99f99073785a0292820ec34045
[ARM][MVE] Reorg of the LV tail-folding tests

It was getting difficult to see which test was in which file, so this
reorganises the test files so that now all filenames start with tail-folding-*
followed by a more descriptive name what that group of tests check.
llvm/test/Transforms/LoopVectorize/ARM/prefer-tail-loop-folding.ll
llvm/test/Transforms/LoopVectorize/ARM/tail-folding-allowed.ll [new file with mode: 0644]
llvm/test/Transforms/LoopVectorize/ARM/tail-folding-loop-hint.ll [new file with mode: 0644]
llvm/test/Transforms/LoopVectorize/ARM/tail-folding-not-allowed.ll [moved from llvm/test/Transforms/LoopVectorize/ARM/tail-loop-folding.ll with 59% similarity]
llvm/test/Transforms/LoopVectorize/ARM/tail-folding-prefer-flag.ll [new file with mode: 0644]
llvm/test/Transforms/LoopVectorize/ARM/tail-folding-reductions-allowed.ll [new file with mode: 0644]