[all-commits] [llvm/llvm-project] b65b2b: [SLP]Expand vector to the whole register size in e...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Wed Oct 23 12:09:04 PDT 2024


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/partial-register-extract.ll

  Log Message:
  -----------
  [SLP]Expand vector to the whole register size in extracts adjustment

Need to expand the number of elements to the whole register to correctly
process estimation and avoid compiler crash.

Fixes #113462



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