[all-commits] [llvm/llvm-project] 1753ab: [X86] combineINSERT_SUBVECTOR - directly fold to X...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Jun 20 15:38:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1753aba0342bd286d65d1c8465b9fa2659424766
      https://github.com/llvm/llvm-project/commit/1753aba0342bd286d65d1c8465b9fa2659424766
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2025-06-21 (Sat, 21 Jun 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/oddshuffles.ll
    M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-7.ll

  Log Message:
  -----------
  [X86] combineINSERT_SUBVECTOR - directly fold to X86ISD::SUBV_BROADCAST_LOAD to prevent vector split infinite loop (#145077)

This reverts #140919 / f1d03dedfbe87119cfcafb07e0e0f90ec291cb97 - which
could result in another fold trying to split the concatenation apart
again before it was folded to a SUBV_BROADCAST_LOAD



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