[all-commits] [llvm/llvm-project] 9ee4b3: [LV] Reorganize index select tests (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jun 8 14:34:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ee4b356fdfc02e61b0bd948946fa1b4f8824670
https://github.com/llvm/llvm-project/commit/9ee4b356fdfc02e61b0bd948946fa1b4f8824670
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed paths:
A llvm/test/Transforms/LoopVectorize/AArch64/select-index.ll
A llvm/test/Transforms/LoopVectorize/select-index-interleaving.ll
R llvm/test/Transforms/LoopVectorize/select-min-index.ll
A llvm/test/Transforms/LoopVectorize/select-smax-last-index.ll
A llvm/test/Transforms/LoopVectorize/select-smin-last-index.ll
A llvm/test/Transforms/LoopVectorize/select-umax-last-index.ll
A llvm/test/Transforms/LoopVectorize/select-umin-first-index.ll
A llvm/test/Transforms/LoopVectorize/select-umin-last-index.ll
Log Message:
-----------
[LV] Reorganize index select tests (NFC).
This reorganizes the test coverage for selecting the min/max index. It
adds coverage for umin,umax,smin,smax variants, including test-coverage
for interleave codegen and cost-model driven tests.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list