[all-commits] [llvm/llvm-project] 2e3729: [LV] Prevent query the computeCost() when VF=1 in ...
Elvis Wang via All-commits
all-commits at lists.llvm.org
Sun Feb 9 16:40:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e3729bf40040ac960153e893d670c58f94eac62
https://github.com/llvm/llvm-project/commit/2e3729bf40040ac960153e893d670c58f94eac62
Author: Elvis Wang <elvis.wang at sifive.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
A llvm/test/Transforms/LoopVectorize/RISCV/remark-reductions.ll
Log Message:
-----------
[LV] Prevent query the computeCost() when VF=1 in emitInvalidCostRemarks(). (#117288)
We should only query the computeCost() when the VF is vector.
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