[all-commits] [llvm/llvm-project] d2e7ee: [SLP]Do not check for clustered loads only

Alexey Bataev via All-commits all-commits at lists.llvm.org
Thu Oct 24 08:20:46 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2e7ee77d33e8b3be3b1d4e9bc5bc4c60b62b554
      https://github.com/llvm/llvm-project/commit/d2e7ee77d33e8b3be3b1d4e9bc5bc4c60b62b554
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2024-10-24 (Thu, 24 Oct 2024)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/non-load-reduced-as-part-of-bv.ll

  Log Message:
  -----------
  [SLP]Do not check for clustered loads only

Since SLP support "clusterization" of the non-load instructions, the
restriction for reduced values for loads only should be removed to avoid
compiler crash.

Fixes #113516



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