[all-commits] [llvm/llvm-project] c870b6: [SLP][NFC]Extract values state/operands analysis i...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Sun May 11 08:17:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c870b675db1ab6008b697bf18053d59524d06624
https://github.com/llvm/llvm-project/commit/c870b675db1ab6008b697bf18053d59524d06624
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-05-11 (Sun, 11 May 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Extract values state/operands analysis into separate class
Extract values state and operands analysis/building into a separate
class. This class allows to localize instrutions state and operands
building for future support of copyable elements vectorization.
Recommit after revert 10f512074fb13ab5da9f49c25965508f51c8452a
Recommit after revert 6a2a8ebe27c1941f5b952313239fc6d155f58e9d
Reviewers: HanKuanChen, RKSimon
Reviewed By: HanKuanChen
Pull Request: https://github.com/llvm/llvm-project/pull/138724
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