[llvm] f02ff53 - [LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 09:13:41 PDT 2022
Author: Florian Hahn
Date: 2022-09-19T17:13:06+01:00
New Revision: f02ff5348f50725b12174a82bc94aa445cbf1689
URL: https://github.com/llvm/llvm-project/commit/f02ff5348f50725b12174a82bc94aa445cbf1689
DIFF: https://github.com/llvm/llvm-project/commit/f02ff5348f50725b12174a82bc94aa445cbf1689.diff
LOG: [LV] Move new epilog-vectorization-widen-inductions.ll to AArch64 dir.
The test requires the AArch64 backend, so move it to the right subdir.
Added:
llvm/test/Transforms/LoopVectorize/AArch64/epilog-vectorization-widen-inductions.ll
Modified:
Removed:
llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-widen-inductions.ll
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-widen-inductions.ll b/llvm/test/Transforms/LoopVectorize/AArch64/epilog-vectorization-widen-inductions.ll
similarity index 100%
rename from llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-widen-inductions.ll
rename to llvm/test/Transforms/LoopVectorize/AArch64/epilog-vectorization-widen-inductions.ll
More information about the llvm-commits
mailing list