[all-commits] [llvm/llvm-project] 8ab962: [SLP]Relax assertion to check if the input scalars...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Fri Jul 14 07:24:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ab962e411c478a5424dcfdd1c8bca7877596f1b
      https://github.com/llvm/llvm-project/commit/8ab962e411c478a5424dcfdd1c8bca7877596f1b
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/pr63668.ll

  Log Message:
  -----------
  [SLP]Relax assertion to check if the input scalars were extended to
match the size of base node (PR63668).

Need to adjust the check for assert and take into account case where the
original scalars are reused and were extended to match the vector factor
of the reused SLP node.




More information about the All-commits mailing list