[all-commits] [llvm/llvm-project] 512a5d: [SLP][NFC]Extract values state/operands analysis i...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri May 9 07:38:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 512a5d0b8aa82749995204f4852e93757192288a
https://github.com/llvm/llvm-project/commit/512a5d0b8aa82749995204f4852e93757192288a
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2025-05-09 (Fri, 09 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
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