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

Alexey Bataev via All-commits all-commits at lists.llvm.org
Fri Jul 14 06:48:50 PDT 2023


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