[all-commits] [llvm/llvm-project] 19a34d: [SLP]Do not account external uses in EH block and ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Thu Oct 31 10:24:05 PDT 2024


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/test/Transforms/SLPVectorizer/X86/pr27163.ll
    M llvm/test/Transforms/SLPVectorizer/X86/reorder_repeated_ops.ll

  Log Message:
  -----------
  [SLP]Do not account external uses in EH block and in non-returning blocks

No need to account the cost of the external uses in EH and non-returning
basic blocks.

Reviewers: RKSimon

Reviewed By: RKSimon

Pull Request: https://github.com/llvm/llvm-project/pull/112045



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