[all-commits] [llvm/llvm-project] 1e77b0: [AArch64][NFC] Simplify loop vectoriser tail-foldi...
david-arm via All-commits
all-commits at lists.llvm.org
Mon Jul 18 05:37:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e77b0c871a70b6a6e5292fbf1f70350e4f031e6
https://github.com/llvm/llvm-project/commit/1e77b0c871a70b6a6e5292fbf1f70350e4f031e6
Author: David Sherwood <david.sherwood at arm.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reductions-tf.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
Log Message:
-----------
[AArch64][NFC] Simplify loop vectoriser tail-folding tests
I've simplified all of the SVE vectoriser tail-folding tests to
only care about testing the flag:
-prefer-predicate-over-epiloge=predicate-else-scalar-epilogue
In practice we always want to fall back on unpredicated vector
loops if tail-folding is not possible.
Differential Revision: https://reviews.llvm.org/D129843
More information about the All-commits
mailing list