[all-commits] [llvm/llvm-project] 6b109a: [SLP]Initial support for non-power-of-2 (but still...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Wed Sep 25 07:43:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b109a34ccedd3c75a067e322da0386c156c241d
      https://github.com/llvm/llvm-project/commit/6b109a34ccedd3c75a067e322da0386c156c241d
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/test/Transforms/SLPVectorizer/reduction-whole-regs-loads.ll

  Log Message:
  -----------
  [SLP]Initial support for non-power-of-2 (but still whole register) number of elements in operands.

Patch adds basic support for non-power-of-2 number of elements in
operands. The patch still requires that this number addresses whole
registers.

Reviewers: RKSimon, preames

Reviewed By: preames

Pull Request: https://github.com/llvm/llvm-project/pull/107273



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