[all-commits] [llvm/llvm-project] eb23fd: [SLP][NFC] Replace std::initializer_list Supported...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Sat Jun 13 08:06:24 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb23fddeb4e93b294f9c5db14dee577b14295c22
      https://github.com/llvm/llvm-project/commit/eb23fddeb4e93b294f9c5db14dee577b14295c22
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP][NFC] Replace std::initializer_list SupportedOp with a C array

Fixes a static_assert constant-expression build failure on older clang
(temporary initializer_list backing array).
Fixes #203184

Reviewers: 

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



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