[all-commits] [llvm/llvm-project] 8c29bc: [VPlan] Remove SCEVToExpansion mapping (NFC). (#16...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Oct 24 14:38:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c29bce1e9f03a22b42d11604e7555e16306f2aa
https://github.com/llvm/llvm-project/commit/8c29bce1e9f03a22b42d11604e7555e16306f2aa
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
Log Message:
-----------
[VPlan] Remove SCEVToExpansion mapping (NFC). (#164490)
VPlan::SCEVToExpansion isn't needed any longer, as SCEV expansion
de-duplication is handled locally in expandSCEVs.
PR: https://github.com/llvm/llvm-project/pull/164490
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