[all-commits] [llvm/llvm-project] 899448: [LV] Remove legacy setVectorizedCallDecision & co ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jun 1 07:51:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8994480709a9b39042685842d8201c97fb822a68
https://github.com/llvm/llvm-project/commit/8994480709a9b39042685842d8201c97fb822a68
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanHelpers.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[LV] Remove legacy setVectorizedCallDecision & co (NFC). (#195519)
Remove setVectorizedCallDecision & co after being superseded by
https://github.com/llvm/llvm-project/pull/195518.
Note that we still need to retain some of the call cost logic in the
legacy cost model, to compute if scalarization is profitable.
Depends on https://github.com/llvm/llvm-project/pull/195518.
PR: https://github.com/llvm/llvm-project/pull/195519
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