[all-commits] [llvm/llvm-project] 3954e9: [SLP][NFC]Extract values state/operands analysis i...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Fri May 9 06:39:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3954e9d6235d4e90c3f786594e877ab83fab3bf1
      https://github.com/llvm/llvm-project/commit/3954e9d6235d4e90c3f786594e877ab83fab3bf1
  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.

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