[all-commits] [llvm/llvm-project] 366e46: [RISCV] Add cost tests for more interleave factors...
Luke Lau via All-commits
all-commits at lists.llvm.org
Tue Oct 8 02:16:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 366e469db9ef15373c8671712a083d1a1c4a55ad
https://github.com/llvm/llvm-project/commit/366e469db9ef15373c8671712a083d1a1c4a55ad
Author: Luke Lau <luke at igalia.com>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-cost.ll
Log Message:
-----------
[RISCV] Add cost tests for more interleave factors. NFC
This shows how we're not properly scaling the cost with the number of
factors, i.e. a factor 8 interleave costs the same as a factor 2
interleave at VF=2.
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