[all-commits] [llvm/llvm-project] ad9c0b: [SLP]Check if the gathered loads form full vector ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Mon Nov 18 14:09:57 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad9c0b369e86e75d56e229f294782a4eaf527226
      https://github.com/llvm/llvm-project/commit/ad9c0b369e86e75d56e229f294782a4eaf527226
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2024-11-18 (Mon, 18 Nov 2024)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/gathered-loads-non-full-reg.ll

  Log Message:
  -----------
  [SLP]Check if the gathered loads form full vector before attempting build it

Need to check that the number of gathered loads in the slice forms the
build vector to avoid compiler crash.

Fixes #116691



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