[all-commits] [llvm/llvm-project] 058ac8: [SLP]Use generic createShuffle for buildvector

Alexey Bataev via All-commits all-commits at lists.llvm.org
Mon Nov 11 10:59:40 PST 2024


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/buildvector-shuffle-with-root.ll

  Log Message:
  -----------
  [SLP]Use generic createShuffle for buildvector

Use generic createShuffle function, which know how to adjust the vectors
correctly, to avoid compiler crash when trying to build a buildvector as
a shuffle

Fixes #115732



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