[all-commits] [llvm/llvm-project] 662b5f: [ARM] Add an extra test for low trip count MVE vec...
David Green via All-commits
all-commits at lists.llvm.org
Thu Nov 17 07:07:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 662b5f18467e7e2dee2d07358efecee349c4b2e7
https://github.com/llvm/llvm-project/commit/662b5f18467e7e2dee2d07358efecee349c4b2e7
Author: David Green <david.green at arm.com>
Date: 2022-11-17 (Thu, 17 Nov 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/ARM/mve-known-trip-count.ll
Log Message:
-----------
[ARM] Add an extra test for low trip count MVE vectorization. NFC
This is quite reduced from the original example, but hopefully shows
where vectorization is unprofitable because of multiple factors
including the low trip count of the loop.
More information about the All-commits
mailing list